Html Css Color HEX #C532E9 Medium Orchid

📋 copy color: '#C532E9'

red 197 ◦ green 50 ◦ blue 233

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

Shades of Medium Orchid #C532E9

Tints of Medium Orchid #C532E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.54%

R = 41.04%
G = 10.42%
B = 48.54%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C532E9 (or 0xC532E9) is known color: Medium Orchid. HEX triplet: C5, 32 and E9. RGB value is (197,50,233). Sum of RGB (Red+Green+Blue) = 197+50+233=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #C532E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532E9 is #3ACD16. Grayscale: #727272. Windows color (decimal): -3853591 or 15282885. OLE color: 15282885.

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

Color convert

RGB 197 50 233 -
CMYK 0.15 0.79 0 0.09
HSL 288.2º 0.81% 0.55% -
HSV(B) 288.2º 0.79% 0.91% -
XYZ 38.87 20.03 78.91 -
YUV 114.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 197 50 233 0.15 0.79 0 0.09 288.2 0.81 0.55
Hex C5 32 E9 F 4F 0 9 120 51 37
Octal 305 62 351 17 117 0 11 440 121 67
Binary 11000101 110010 11101001 1111 1001111 0 1001 100100000 1010001 110111

Color Harmonies of #C532E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532E9

Black with #C532E9

Text Example


Text Example

White with #C532E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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