#C562D9

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

Shades of Medium Orchid #C562D9

Tints of Medium Orchid #C562D9

Color information

#C562D9 (or 0xC562D9) is unknown color: approx Medium Orchid. HEX triplet: C5, 62 and D9. RGB value is (197,98,217). Sum of RGB (Red+Green+Blue) = 197+98+217=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #C562D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562D9 is #3A9D26. Grayscale: #8C8C8C. Windows color (decimal): -3841319 or 14246597. OLE color: 14246597.

HSL color Cylindrical-coordinate representation of color #C562D9: hue angle of 289.92º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C562D9 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19798217-
CMYK0.090.5500.15
HSL289.92º61.03%61.76%-
HSV(B)289.92º54.84%85.1%-
XYZ39.9225.6268.49-
YUV141.17170.8167.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 98 (38.67% from 255) = 19.14%
BLUE value IS 217 (85.16% from 255) = 42.38%
R=38.48%
G=19.14%
B=42.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197982170.090.5500.15289.9261.0361.76
HexC562D99370F1223d3e
Octal30514233111670174427576
Binary11000101110001011011001100111011101111100100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C562D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C562D9; }

 p { color: rgb(197,98,217); }

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

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

 a { background-color: rgb(197,98,217); }

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

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

 span { border-color: rgb(197,98,217); }

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