Html Css Color HEX #C532E0 Medium Orchid

📋 copy color: '#C532E0'

red 197 ◦ green 50 ◦ blue 224

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

Shades of Medium Orchid #C532E0

Tints of Medium Orchid #C532E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 41.83%
G = 10.62%
B = 47.56%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C532E0 (or 0xC532E0) is known color: Medium Orchid. HEX triplet: C5, 32 and E0. RGB value is (197,50,224). Sum of RGB (Red+Green+Blue) = 197+50+224=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #C532E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532E0 is #3ACD1F. Grayscale: #717171. Windows color (decimal): -3853600 or 14693061. OLE color: 14693061.

HSL color Cylindrical-coordinate representation of color #C532E0: hue angle of 290.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C532E0 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 50 224 -
CMYK 0.12 0.78 0 0.12
HSL 290.69º 0.74% 0.54% -
HSV(B) 290.69º 0.78% 0.88% -
XYZ 37.62 19.53 72.31 -
YUV 113.79 190.2 187.35 -
System Red Green Blue C M Y K H S L
Decimal 197 50 224 0.12 0.78 0 0.12 290.69 0.74 0.54
Hex C5 32 E0 C 4E 0 C 123 4A 36
Octal 305 62 340 14 116 0 14 443 112 66
Binary 11000101 110010 11100000 1100 1001110 0 1100 100100011 1001010 110110

Color Harmonies of #C532E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532E0

Black with #C532E0

Text Example


Text Example

White with #C532E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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