#D562CA

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

Shades of Orchid #D562CA

Tints of Orchid #D562CA

Color information

#D562CA (or 0xD562CA) is unknown color: approx Orchid. HEX triplet: D5, 62 and CA. RGB value is (213,98,202). Sum of RGB (Red+Green+Blue) = 213+98+202=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D562CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562CA is #2A9D35. Grayscale: #8F8F8F. Windows color (decimal): -2792758 or 13263573. OLE color: 13263573.

HSL color Cylindrical-coordinate representation of color #D562CA: hue angle of 305.74º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D562CA is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21398202-
CMYK00.540.050.16
HSL305.74º57.79%60.98%-
HSV(B)305.74º53.99%83.53%-
XYZ42.4727.1558.88-
YUV144.24160.6177.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 98 (38.67% from 255) = 19.10%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=41.52%
G=19.10%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139820200.540.050.16305.7457.7960.98
HexD562CA0365101323a3d
Octal3251423120665204627275
Binary11010101110001011001010011011010110000100110010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D562CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D562CA; }

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

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

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

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

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

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

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

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