#D566E1

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

Shades of Orchid #D566E1

Tints of Orchid #D566E1

Color information

#D566E1 (or 0xD566E1) is unknown color: approx Orchid. HEX triplet: D5, 66 and E1. RGB value is (213,102,225). Sum of RGB (Red+Green+Blue) = 213+102+225=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #D566E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566E1 is #2A991E. Grayscale: #949494. Windows color (decimal): -2791711 or 14771925. OLE color: 14771925.

HSL color Cylindrical-coordinate representation of color #D566E1: hue angle of 294.15º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D566E1 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213102225-
CMYK0.050.5500.12
HSL294.15º67.21%64.12%-
HSV(B)294.15º54.67%88.24%-
XYZ45.7829.0974.44-
YUV149.21170.77173.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 102 (40.23% from 255) = 18.89%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=39.44%
G=18.89%
B=41.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131022250.050.5500.12294.1567.2164.12
HexD566E15370C1264340
Octal325146341567014446103100
Binary110101011100110111000011011101110110010010011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D566E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D566E1; }

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

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

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

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

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

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

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

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