#D66DDA

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

Shades of Orchid #D66DDA

Tints of Orchid #D66DDA

Color information

#D66DDA (or 0xD66DDA) is unknown color: approx Orchid. HEX triplet: D6, 6D and DA. RGB value is (214,109,218). Sum of RGB (Red+Green+Blue) = 214+109+218=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D66DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DDA is #299225. Grayscale: #989898. Windows color (decimal): -2724390 or 14314966. OLE color: 14314966.

HSL color Cylindrical-coordinate representation of color #D66DDA: hue angle of 297.8º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66DDA is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214109218-
CMYK0.020.500.15
HSL297.8º59.56%64.12%-
HSV(B)297.8º50%85.49%-
XYZ45.8630.369.76-
YUV152.82164.79171.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 109 (42.97% from 255) = 20.15%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=39.56%
G=20.15%
B=40.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141092180.020.500.15297.859.5664.12
HexD66DDA2320F12a3c40
Octal32615533226201745274100
Binary1101011011011011101101010110010011111001010101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DDA; }

 p { color: rgb(214,109,218); }

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

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

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

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

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

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

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