Html Css Color HEX #C52EEC Medium Orchid

📋 copy color: '#C52EEC'

red 197 ◦ green 46 ◦ blue 236

#C52EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C52EEC

Tints of Medium Orchid #C52EEC

RGB

 RED value IS 197 (77.34% from 255) = 41.13%

 GREEN value IS 46 (18.36% from 255) = 9.6%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 41.13%
G = 9.6%
B = 49.27%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C52EEC (or 0xC52EEC) is known color: Medium Orchid. HEX triplet: C5, 2E and EC. RGB value is (197,46,236). Sum of RGB (Red+Green+Blue) = 197+46+236=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #C52EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52EEC is #3AD113. Grayscale: #707070. Windows color (decimal): -3854612 or 15478469. OLE color: 15478469.

HSL color Cylindrical-coordinate representation of color #C52EEC: hue angle of 287.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52EEC is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 46 236 -
CMYK 0.17 0.81 0 0.07
HSL 287.68º 0.83% 0.55% -
HSV(B) 287.68º 0.81% 0.93% -
XYZ 39.14 19.88 81.13 -
YUV 112.81 197.53 188.05 -
System Red Green Blue C M Y K H S L
Decimal 197 46 236 0.17 0.81 0 0.07 287.68 0.83 0.55
Hex C5 2E EC 11 51 0 7 120 53 37
Octal 305 56 354 21 121 0 7 440 123 67
Binary 11000101 101110 11101100 10001 1010001 0 111 100100000 1010011 110111

Color Harmonies of #C52EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52EEC

Black with #C52EEC

Text Example


Text Example

White with #C52EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52EEC; }

 p { color: rgb(197,46,236); }

 H1.HeaderClassName
 {
   color: #C52EEC;
 }
 .AnyTagClassName
 {
   color: #C52EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(197,46,236); }

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

border-color css

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

 span { border-color: rgb(197,46,236); }

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