#D566C5

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

Shades of Orchid #D566C5

Tints of Orchid #D566C5

Color information

#D566C5 (or 0xD566C5) is unknown color: approx Orchid. HEX triplet: D5, 66 and C5. RGB value is (213,102,197). Sum of RGB (Red+Green+Blue) = 213+102+197=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D566C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566C5 is #2A993A. Grayscale: #919191. Windows color (decimal): -2791739 or 12936917. OLE color: 12936917.

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

Color convert

RGB213102197-
CMYK00.520.080.16
HSL308.65º56.92%61.76%-
HSV(B)308.65º52.11%83.53%-
XYZ42.2727.6855.94-
YUV146.02156.77175.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 102 (40.23% from 255) = 19.92%
BLUE value IS 197 (77.34% from 255) = 38.48%
R=41.60%
G=19.92%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310219700.520.080.16308.6556.9261.76
HexD566C5034810135393e
Octal32514630506410204657176
Binary110101011100110110001010110100100010000100110101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D566C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D566C5; }

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

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

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

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

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

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

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

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