#D566D1

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

Shades of Orchid #D566D1

Tints of Orchid #D566D1

Color information

#D566D1 (or 0xD566D1) is unknown color: approx Orchid. HEX triplet: D5, 66 and D1. RGB value is (213,102,209). Sum of RGB (Red+Green+Blue) = 213+102+209=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D566D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566D1 is #2A992E. Grayscale: #939393. Windows color (decimal): -2791727 or 13723349. OLE color: 13723349.

HSL color Cylindrical-coordinate representation of color #D566D1: hue angle of 302.16º 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 #D566D1 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213102209-
CMYK00.520.020.16
HSL302.16º56.92%61.76%-
HSV(B)302.16º52.11%83.53%-
XYZ43.728.2563.47-
YUV147.39162.77174.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 102 (40.23% from 255) = 19.47%
BLUE value IS 209 (82.03% from 255) = 39.89%
R=40.65%
G=19.47%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310220900.520.020.16302.1656.9261.76
HexD566D103421012e393e
Octal3251463210642204567176
Binary1101010111001101101000101101001010000100101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D566D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D566D1; }

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

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

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

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

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

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

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

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