#D66AD6

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

Shades of Orchid #D66AD6

Tints of Orchid #D66AD6

Color information

#D66AD6 (or 0xD66AD6) is unknown color: approx Orchid. HEX triplet: D6, 6A and D6. RGB value is (214,106,214). Sum of RGB (Red+Green+Blue) = 214+106+214=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D66AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AD6 is #299529. Grayscale: #969696. Windows color (decimal): -2725162 or 14052054. OLE color: 14052054.

HSL color Cylindrical-coordinate representation of color #D66AD6: hue angle of 300º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66AD6 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214106214-
CMYK00.5000.16
HSL300º56.84%62.75%-
HSV(B)300º50.47%83.92%-
XYZ45.0229.4666.93-
YUV150.6163.78173.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 106 (41.80% from 255) = 19.85%
BLUE value IS 214 (83.98% from 255) = 40.07%
R=40.07%
G=19.85%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410621400.5000.1630056.8462.75
HexD66AD603201012c393f
Octal3261523260620204547177
Binary110101101101010110101100110010010000100101100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66AD6; }

 p { color: rgb(214,106,214); }

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

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

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

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

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

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

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