#D566D7

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

Shades of Orchid #D566D7

Tints of Orchid #D566D7

Color information

#D566D7 (or 0xD566D7) is unknown color: approx Orchid. HEX triplet: D5, 66 and D7. RGB value is (213,102,215). Sum of RGB (Red+Green+Blue) = 213+102+215=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #D566D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566D7 is #2A9928. Grayscale: #939393. Windows color (decimal): -2791721 or 14116565. OLE color: 14116565.

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

Color convert

RGB213102215-
CMYK0.010.5300.16
HSL298.94º58.55%62.16%-
HSV(B)298.94º52.56%84.31%-
XYZ44.4628.5667.46-
YUV148.07165.77174.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 102 (40.23% from 255) = 19.25%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=40.19%
G=19.25%
B=40.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131022150.010.5300.16298.9458.5562.16
HexD566D713501012b3b3e
Octal3251463271650204537376
Binary110101011100110110101111110101010000100101011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D566D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D566D7; }

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

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

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

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

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

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

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

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