#C52CDD

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

Shades of Medium Orchid #C52CDD

Tints of Medium Orchid #C52CDD

Color information

#C52CDD (or 0xC52CDD) is unknown color: approx Medium Orchid. HEX triplet: C5, 2C and DD. RGB value is (197,44,221). Sum of RGB (Red+Green+Blue) = 197+44+221=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #C52CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CDD is #3AD322. Grayscale: #6D6D6D. Windows color (decimal): -3855139 or 14494917. OLE color: 14494917.

HSL color Cylindrical-coordinate representation of color #C52CDD: hue angle of 291.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52CDD is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19744221-
CMYK0.110.8000.13
HSL291.86º72.24%51.96%-
HSV(B)291.86º80.09%86.67%-
XYZ36.9818.8970.1-
YUV109.92190.69190.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 44 (17.58% from 255) = 9.52%
BLUE value IS 221 (86.72% from 255) = 47.84%
R=42.64%
G=9.52%
B=47.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197442210.110.8000.13291.8672.2451.96
HexC52CDDB500D1244834
Octal305543351312001544411064
Binary110001011011001101110110111010000011011001001001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52CDD; }

 p { color: rgb(197,44,221); }

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

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

 a { background-color: rgb(197,44,221); }

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

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

 span { border-color: rgb(197,44,221); }

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