#D562CC

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

Shades of Orchid #D562CC

Tints of Orchid #D562CC

Color information

#D562CC (or 0xD562CC) is unknown color: approx Orchid. HEX triplet: D5, 62 and CC. RGB value is (213,98,204). Sum of RGB (Red+Green+Blue) = 213+98+204=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D562CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562CC is #2A9D33. Grayscale: #909090. Windows color (decimal): -2792756 or 13394645. OLE color: 13394645.

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

Color convert

RGB21398204-
CMYK00.540.040.16
HSL304.7º57.79%60.98%-
HSV(B)304.7º53.99%83.53%-
XYZ42.7127.2460.13-
YUV144.47161.6176.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 98 (38.67% from 255) = 19.03%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=41.36%
G=19.03%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139820400.540.040.16304.757.7960.98
HexD562CC0364101313a3d
Octal3251423140664204617275
Binary11010101110001011001100011011010010000100110001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D562CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D562CC; }

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

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

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

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

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

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

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

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