#D566C9

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

Shades of Orchid #D566C9

Tints of Orchid #D566C9

Color information

#D566C9 (or 0xD566C9) is unknown color: approx Orchid. HEX triplet: D5, 66 and C9. RGB value is (213,102,201). Sum of RGB (Red+Green+Blue) = 213+102+201=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D566C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566C9 is #2A9936. Grayscale: #929292. Windows color (decimal): -2791735 or 13199061. OLE color: 13199061.

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

Color convert

RGB213102201-
CMYK00.520.060.16
HSL306.49º56.92%61.76%-
HSV(B)306.49º52.11%83.53%-
XYZ42.7327.8758.38-
YUV146.48158.77175.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 102 (40.23% from 255) = 19.77%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=41.28%
G=19.77%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310220100.520.060.16306.4956.9261.76
HexD566C9034610132393e
Octal3251463110646204627176
Binary11010101110011011001001011010011010000100110010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D566C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D566C9; }

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

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

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

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

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

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

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

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