#D566D0

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

Shades of Orchid #D566D0

Tints of Orchid #D566D0

Color information

#D566D0 (or 0xD566D0) is unknown color: approx Orchid. HEX triplet: D5, 66 and D0. RGB value is (213,102,208). Sum of RGB (Red+Green+Blue) = 213+102+208=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D566D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566D0 is #2A992F. Grayscale: #929292. Windows color (decimal): -2791728 or 13657813. OLE color: 13657813.

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

Color convert

RGB213102208-
CMYK00.520.020.16
HSL302.7º56.92%61.76%-
HSV(B)302.7º52.11%83.53%-
XYZ43.5828.262.82-
YUV147.27162.27174.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 102 (40.23% from 255) = 19.50%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=40.73%
G=19.50%
B=39.77%

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
Decimal21310220800.520.020.16302.756.9261.76
HexD566D003421012f393e
Octal3251463200642204577176
Binary1101010111001101101000001101001010000100101111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D566D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D566D0; }

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

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

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

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

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

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

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

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