#D67EDE

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

Shades of Orchid #D67EDE

Tints of Orchid #D67EDE

Color information

#D67EDE (or 0xD67EDE) is unknown color: approx Orchid. HEX triplet: D6, 7E and DE. RGB value is (214,126,222). Sum of RGB (Red+Green+Blue) = 214+126+222=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #D67EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EDE is #298121. Grayscale: #A2A2A2. Windows color (decimal): -2720034 or 14581462. OLE color: 14581462.

HSL color Cylindrical-coordinate representation of color #D67EDE: hue angle of 295º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67EDE is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214126222-
CMYK0.040.4300.13
HSL295º59.26%68.24%-
HSV(B)295º43.24%87.06%-
XYZ48.3834.4973.22-
YUV163.26161.15164.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 126 (49.61% from 255) = 22.42%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=38.08%
G=22.42%
B=39.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141262220.040.4300.1329559.2668.24
HexD67EDE42B0D1273b44
Octal32617633645301544773104
Binary11010110111111011011110100101011011011001001111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EDE; }

 p { color: rgb(214,126,222); }

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

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

 a { background-color: rgb(214,126,222); }

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

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

 span { border-color: rgb(214,126,222); }

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