Html Css Color HEX #C531EC Medium Orchid

📋 copy color: '#C531EC'

red 197 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #C531EC

Tints of Medium Orchid #C531EC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.17%

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

R = 40.87%
G = 10.17%
B = 48.96%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C531EC (or 0xC531EC) is known color: Medium Orchid. HEX triplet: C5, 31 and EC. RGB value is (197,49,236). Sum of RGB (Red+Green+Blue) = 197+49+236=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #C531EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531EC is #3ACE13. Grayscale: #717171. Windows color (decimal): -3853844 or 15479237. OLE color: 15479237.

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

Color convert

RGB 197 49 236 -
CMYK 0.17 0.79 0 0.07
HSL 287.49º 0.83% 0.56% -
HSV(B) 287.49º 0.79% 0.93% -
XYZ 39.26 20.12 81.17 -
YUV 114.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 197 49 236 0.17 0.79 0 0.07 287.49 0.83 0.56
Hex C5 31 EC 11 4F 0 7 11F 53 38
Octal 305 61 354 21 117 0 7 437 123 70
Binary 11000101 110001 11101100 10001 1001111 0 111 100011111 1010011 111000

Color Harmonies of #C531EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531EC

Black with #C531EC

Text Example


Text Example

White with #C531EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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