#D466DD

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

Shades of Orchid #D466DD

Tints of Orchid #D466DD

Color information

#D466DD (or 0xD466DD) is unknown color: approx Orchid. HEX triplet: D4, 66 and DD. RGB value is (212,102,221). Sum of RGB (Red+Green+Blue) = 212+102+221=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #D466DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466DD is #2B9922. Grayscale: #949494. Windows color (decimal): -2857251 or 14509780. OLE color: 14509780.

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

Color convert

RGB212102221-
CMYK0.040.5400.13
HSL295.46º63.64%63.33%-
HSV(B)295.46º53.85%86.67%-
XYZ44.9528.7271.58-
YUV148.46168.94173.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 102 (40.23% from 255) = 19.07%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=39.63%
G=19.07%
B=41.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121022210.040.5400.13295.4663.6463.33
HexD466DD4360D127403f
Octal32414633546601544710077
Binary11010100110011011011101100110110011011001001111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D466DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D466DD; }

 p { color: rgb(212,102,221); }

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

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

 a { background-color: rgb(212,102,221); }

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

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

 span { border-color: rgb(212,102,221); }

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