#D66AD3

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

Shades of Orchid #D66AD3

Tints of Orchid #D66AD3

Color information

#D66AD3 (or 0xD66AD3) is unknown color: approx Orchid. HEX triplet: D6, 6A and D3. RGB value is (214,106,211). Sum of RGB (Red+Green+Blue) = 214+106+211=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AD3 is #29952C. Grayscale: #959595. Windows color (decimal): -2725165 or 13855446. OLE color: 13855446.

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

Color convert

RGB214106211-
CMYK00.500.010.16
HSL301.67º56.84%62.75%-
HSV(B)301.67º50.47%83.92%-
XYZ44.6429.3164.93-
YUV150.26162.28173.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 211 (82.81% from 255) = 39.74%
R=40.30%
G=19.96%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410621100.500.010.16301.6756.8462.75
HexD66AD303211012e393f
Octal3261523230621204567177
Binary110101101101010110100110110010110000100101110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66AD3; }

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

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

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

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

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

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

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

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