#D566CA

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

Shades of Orchid #D566CA

Tints of Orchid #D566CA

Color information

#D566CA (or 0xD566CA) is unknown color: approx Orchid. HEX triplet: D5, 66 and CA. RGB value is (213,102,202). Sum of RGB (Red+Green+Blue) = 213+102+202=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D566CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566CA is #2A9935. Grayscale: #929292. Windows color (decimal): -2791734 or 13264597. OLE color: 13264597.

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

Color convert

RGB213102202-
CMYK00.520.050.16
HSL305.95º56.92%61.76%-
HSV(B)305.95º52.11%83.53%-
XYZ42.8527.9159.01-
YUV146.59159.27175.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 102 (40.23% from 255) = 19.73%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=41.20%
G=19.73%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310220200.520.050.16305.9556.9261.76
HexD566CA034510132393e
Octal3251463120645204627176
Binary11010101110011011001010011010010110000100110010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D566CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D566CA; }

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

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

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

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

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

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

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

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