#D566CE

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

Shades of Orchid #D566CE

Tints of Orchid #D566CE

Color information

#D566CE (or 0xD566CE) is unknown color: approx Orchid. HEX triplet: D5, 66 and CE. RGB value is (213,102,206). Sum of RGB (Red+Green+Blue) = 213+102+206=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D566CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566CE is #2A9931. Grayscale: #929292. Windows color (decimal): -2791730 or 13526741. OLE color: 13526741.

HSL color Cylindrical-coordinate representation of color #D566CE: hue angle of 303.78º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D566CE is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213102206-
CMYK00.520.030.16
HSL303.78º56.92%61.76%-
HSV(B)303.78º52.11%83.53%-
XYZ43.3328.1161.53-
YUV147.04161.27175.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 102 (40.23% from 255) = 19.58%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=40.88%
G=19.58%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310220600.520.030.16303.7856.9261.76
HexD566CE034310130393e
Octal3251463160643204607176
Binary1101010111001101100111001101001110000100110000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D566CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D566CE; }

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

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

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

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

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

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

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

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