Html Css Color HEX #C532EA Medium Orchid

📋 copy color: '#C532EA'

red 197 ◦ green 50 ◦ blue 234

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

Shades of Medium Orchid #C532EA

Tints of Medium Orchid #C532EA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.4%

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 40.96%
G = 10.4%
B = 48.65%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C532EA (or 0xC532EA) is known color: Medium Orchid. HEX triplet: C5, 32 and EA. RGB value is (197,50,234). Sum of RGB (Red+Green+Blue) = 197+50+234=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #C532EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532EA is #3ACD15. Grayscale: #727272. Windows color (decimal): -3853590 or 15348421. OLE color: 15348421.

HSL color Cylindrical-coordinate representation of color #C532EA: hue angle of 287.93º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C532EA is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 50 234 -
CMYK 0.16 0.79 0 0.08
HSL 287.93º 0.81% 0.56% -
HSV(B) 287.93º 0.79% 0.92% -
XYZ 39.02 20.09 79.66 -
YUV 114.93 195.2 186.54 -
System Red Green Blue C M Y K H S L
Decimal 197 50 234 0.16 0.79 0 0.08 287.93 0.81 0.56
Hex C5 32 EA 10 4F 0 8 120 51 38
Octal 305 62 352 20 117 0 10 440 121 70
Binary 11000101 110010 11101010 10000 1001111 0 1000 100100000 1010001 111000

Color Harmonies of #C532EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532EA

Black with #C532EA

Text Example


Text Example

White with #C532EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532EA; }

 p { color: rgb(197,50,234); }

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

background-color css

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

 a { background-color: rgb(197,50,234); }

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

border-color css

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

 span { border-color: rgb(197,50,234); }

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