#D666C8

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

Shades of Orchid #D666C8

Tints of Orchid #D666C8

Color information

#D666C8 (or 0xD666C8) is unknown color: approx Orchid. HEX triplet: D6, 66 and C8. RGB value is (214,102,200). Sum of RGB (Red+Green+Blue) = 214+102+200=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D666C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666C8 is #299937. Grayscale: #929292. Windows color (decimal): -2726200 or 13133526. OLE color: 13133526.

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

Color convert

RGB214102200-
CMYK00.520.070.16
HSL307.5º57.73%61.96%-
HSV(B)307.5º52.34%83.92%-
XYZ42.9127.9757.78-
YUV146.66158.11176.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 102 (40.23% from 255) = 19.77%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=41.47%
G=19.77%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410220000.520.070.16307.557.7361.96
HexD666C80347101343a3e
Octal3261463100647204647276
Binary11010110110011011001000011010011110000100110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D666C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D666C8; }

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

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

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

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

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

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

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

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