#D367CF

Color #D367CF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D367CF

Tints of Orchid #D367CF

Color information

#D367CF (or 0xD367CF) is unknown color: approx Orchid. HEX triplet: D3, 67 and CF. RGB value is (211,103,207). Sum of RGB (Red+Green+Blue) = 211+103+207=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D367CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367CF is #2C9830. Grayscale: #929292. Windows color (decimal): -2922545 or 13592531. OLE color: 13592531.

HSL color Cylindrical-coordinate representation of color #D367CF: hue angle of 302.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D367CF is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211103207-
CMYK00.510.020.17
HSL302.22º55.1%61.57%-
HSV(B)302.22º51.18%82.75%-
XYZ42.9828.0562.18-
YUV147.15161.78173.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=40.50%
G=19.77%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110320700.510.020.17302.2255.161.57
HexD367CF03321112e373e
Octal3231473170632214566776
Binary1101001111001111100111101100111010001100101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D367CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D367CF; }

 p { color: rgb(211,103,207); }

 H1.HeaderClassName
 {
   color: #D367CF;
 }
 .AnyTagClassName
 {
   color: #D367CF;
 }
</style>
background-color css

<style>
 a { background-color: #D367CF; }

 a { background-color: rgb(211,103,207); }

 div.DivClassName
 {
   background-color: #D367CF;
 }
 .BgClassName
 {
   background-color: #D367CF;
 }
</style>
border-color css

<style>
 span { border-color: #D367CF; }

 span { border-color: rgb(211,103,207); }

 td.TdClassName
 {
   border-color: #D367CF;
 }
 .TagClassName
 {
   border-color: #D367CF;
 }
</style>