#D562CD

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

Shades of Orchid #D562CD

Tints of Orchid #D562CD

Color information

#D562CD (or 0xD562CD) is unknown color: approx Orchid. HEX triplet: D5, 62 and CD. RGB value is (213,98,205). Sum of RGB (Red+Green+Blue) = 213+98+205=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D562CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562CD is #2A9D32. Grayscale: #909090. Windows color (decimal): -2792755 or 13460181. OLE color: 13460181.

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

Color convert

RGB21398205-
CMYK00.540.040.16
HSL304.17º57.79%60.98%-
HSV(B)304.17º53.99%83.53%-
XYZ42.8327.2960.77-
YUV144.58162.1176.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 98 (38.67% from 255) = 18.99%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=41.28%
G=18.99%
B=39.73%

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
Decimal2139820500.540.040.16304.1757.7960.98
HexD562CD0364101303a3d
Octal3251423150664204607275
Binary11010101110001011001101011011010010000100110000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D562CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D562CD; }

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

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

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

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

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

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

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

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