#D66BDD

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

Shades of Orchid #D66BDD

Tints of Orchid #D66BDD

Color information

#D66BDD (or 0xD66BDD) is unknown color: approx Orchid. HEX triplet: D6, 6B and DD. RGB value is (214,107,221). Sum of RGB (Red+Green+Blue) = 214+107+221=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D66BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BDD is #299422. Grayscale: #979797. Windows color (decimal): -2724899 or 14511062. OLE color: 14511062.

HSL color Cylindrical-coordinate representation of color #D66BDD: hue angle of 296.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66BDD is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214107221-
CMYK0.030.5200.13
HSL296.32º62.64%64.31%-
HSV(B)296.32º51.58%86.67%-
XYZ46.0430.0371.78-
YUV151.99166.95172.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.48%
GREEN value IS 107 (42.19% from 255) = 19.74%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=39.48%
G=19.74%
B=40.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141072210.030.5200.13296.3262.6464.31
HexD66BDD3340D1283f40
Octal32615333536401545077100
Binary1101011011010111101110111110100011011001010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66BDD; }

 p { color: rgb(214,107,221); }

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

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

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

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

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

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

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