#D67EC8

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

Shades of Orchid #D67EC8

Tints of Orchid #D67EC8

Color information

#D67EC8 (or 0xD67EC8) is unknown color: approx Orchid. HEX triplet: D6, 7E and C8. RGB value is (214,126,200). Sum of RGB (Red+Green+Blue) = 214+126+200=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EC8 is #298137. Grayscale: #A0A0A0. Windows color (decimal): -2720056 or 13139670. OLE color: 13139670.

HSL color Cylindrical-coordinate representation of color #D67EC8: hue angle of 309.55º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67EC8 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214126200-
CMYK00.410.070.16
HSL309.55º51.76%66.67%-
HSV(B)309.55º41.12%83.92%-
XYZ45.6233.3958.68-
YUV160.75150.15165.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 126 (49.61% from 255) = 23.33%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=39.63%
G=23.33%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412620000.410.070.16309.5551.7666.67
HexD67EC80297101363443
Octal32617631005172046664103
Binary110101101111110110010000101001111100001001101101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EC8; }

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

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

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

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

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

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

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

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