#D666CA

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

Shades of Orchid #D666CA

Tints of Orchid #D666CA

Color information

#D666CA (or 0xD666CA) is unknown color: approx Orchid. HEX triplet: D6, 66 and CA. RGB value is (214,102,202). Sum of RGB (Red+Green+Blue) = 214+102+202=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D666CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666CA is #299935. Grayscale: #929292. Windows color (decimal): -2726198 or 13264598. OLE color: 13264598.

HSL color Cylindrical-coordinate representation of color #D666CA: hue angle of 306.43º 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 #D666CA is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214102202-
CMYK00.520.060.16
HSL306.43º57.73%61.96%-
HSV(B)306.43º52.34%83.92%-
XYZ43.1428.0659.02-
YUV146.89159.11175.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 102 (40.23% from 255) = 19.69%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=41.31%
G=19.69%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410220200.520.060.16306.4357.7361.96
HexD666CA0346101323a3e
Octal3261463120646204627276
Binary11010110110011011001010011010011010000100110010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D666CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D666CA; }

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

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

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

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

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

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

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

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