Html Css Color HEX #C532EB Medium Orchid

📋 copy color: '#C532EB'

red 197 ◦ green 50 ◦ blue 235

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

Shades of Medium Orchid #C532EB

Tints of Medium Orchid #C532EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 40.87%
G = 10.37%
B = 48.76%

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

#C532EB (or 0xC532EB) is known color: Medium Orchid. HEX triplet: C5, 32 and EB. RGB value is (197,50,235). Sum of RGB (Red+Green+Blue) = 197+50+235=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #C532EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532EB is #3ACD14. Grayscale: #727272. Windows color (decimal): -3853589 or 15413957. OLE color: 15413957.

HSL color Cylindrical-coordinate representation of color #C532EB: hue angle of 287.68º degrees, saturation: 0.82, 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 #C532EB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 50 235 -
CMYK 0.16 0.79 0 0.08
HSL 287.68º 0.82% 0.56% -
HSV(B) 287.68º 0.79% 0.92% -
XYZ 39.16 20.15 80.42 -
YUV 115.04 195.7 186.46 -
System Red Green Blue C M Y K H S L
Decimal 197 50 235 0.16 0.79 0 0.08 287.68 0.82 0.56
Hex C5 32 EB 10 4F 0 8 120 52 38
Octal 305 62 353 20 117 0 10 440 122 70
Binary 11000101 110010 11101011 10000 1001111 0 1000 100100000 1010010 111000

Color Harmonies of #C532EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532EB

Black with #C532EB

Text Example


Text Example

White with #C532EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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