#C252D4

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

Shades of Medium Orchid #C252D4

Tints of Medium Orchid #C252D4

Color information

#C252D4 (or 0xC252D4) is unknown color: approx Medium Orchid. HEX triplet: C2, 52 and D4. RGB value is (194,82,212). Sum of RGB (Red+Green+Blue) = 194+82+212=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #C252D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252D4 is #3DAD2B. Grayscale: #818181. Windows color (decimal): -4042028 or 13914818. OLE color: 13914818.

HSL color Cylindrical-coordinate representation of color #C252D4: hue angle of 291.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C252D4 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19482212-
CMYK0.080.6100.17
HSL291.69º60.19%57.65%-
HSV(B)291.69º61.32%83.14%-
XYZ37.1522.2664.63-
YUV130.31174.11173.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 82 (32.42% from 255) = 16.80%
BLUE value IS 212 (83.20% from 255) = 43.44%
R=39.75%
G=16.80%
B=43.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal194822120.080.6100.17291.6960.1957.65
HexC252D483D0111243c3a
Octal30212232410750214447472
Binary110000101010010110101001000111101010001100100100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C252D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C252D4; }

 p { color: rgb(194,82,212); }

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

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

 a { background-color: rgb(194,82,212); }

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

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

 span { border-color: rgb(194,82,212); }

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