#D566DD

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

Shades of Orchid #D566DD

Tints of Orchid #D566DD

Color information

#D566DD (or 0xD566DD) is unknown color: approx Orchid. HEX triplet: D5, 66 and DD. RGB value is (213,102,221). Sum of RGB (Red+Green+Blue) = 213+102+221=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #D566DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566DD is #2A9922. Grayscale: #949494. Windows color (decimal): -2791715 or 14509781. OLE color: 14509781.

HSL color Cylindrical-coordinate representation of color #D566DD: hue angle of 295.97º 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 #D566DD is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213102221-
CMYK0.040.5400.13
HSL295.97º63.64%63.33%-
HSV(B)295.97º53.85%86.67%-
XYZ45.2428.8771.59-
YUV148.76168.77173.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 102 (40.23% from 255) = 19.03%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=39.74%
G=19.03%
B=41.23%

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
Decimal2131022210.040.5400.13295.9763.6463.33
HexD566DD4360D128403f
Octal32514633546601545010077
Binary11010101110011011011101100110110011011001010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D566DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D566DD; }

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

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

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

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

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

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

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

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