#D66CD4

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

Shades of Orchid #D66CD4

Tints of Orchid #D66CD4

Color information

#D66CD4 (or 0xD66CD4) is unknown color: approx Orchid. HEX triplet: D6, 6C and D4. RGB value is (214,108,212). Sum of RGB (Red+Green+Blue) = 214+108+212=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CD4 is #29932B. Grayscale: #979797. Windows color (decimal): -2724652 or 13921494. OLE color: 13921494.

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

Color convert

RGB214108212-
CMYK00.500.010.16
HSL301.13º56.38%63.14%-
HSV(B)301.13º49.53%83.92%-
XYZ44.9829.7765.66-
YUV151.55162.12172.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 108 (42.58% from 255) = 20.22%
BLUE value IS 212 (83.20% from 255) = 39.70%
R=40.07%
G=20.22%
B=39.70%

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
Decimal21410821200.500.010.16301.1356.3863.14
HexD66CD403211012d383f
Octal3261543240621204557077
Binary110101101101100110101000110010110000100101101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CD4; }

 p { color: rgb(214,108,212); }

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

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

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

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

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

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

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