#D66EC8

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

Shades of Orchid #D66EC8

Tints of Orchid #D66EC8

Color information

#D66EC8 (or 0xD66EC8) is unknown color: approx Orchid. HEX triplet: D6, 6E and C8. RGB value is (214,110,200). Sum of RGB (Red+Green+Blue) = 214+110+200=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EC8 is #299137. Grayscale: #979797. Windows color (decimal): -2724152 or 13135574. OLE color: 13135574.

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

Color convert

RGB214110200-
CMYK00.490.070.16
HSL308.08º55.91%63.53%-
HSV(B)308.08º48.6%83.92%-
XYZ43.7329.6258.06-
YUV151.36155.46172.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 110 (43.36% from 255) = 20.99%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=40.84%
G=20.99%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411020000.490.070.16308.0855.9163.53
HexD66EC80317101343840
Octal32615631006172046470100
Binary110101101101110110010000110001111100001001101001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EC8; }

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

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

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

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

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

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

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

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