Html Css Color HEX #C531EB Medium Orchid

📋 copy color: '#C531EB'

red 197 ◦ green 49 ◦ blue 235

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

Shades of Medium Orchid #C531EB

Tints of Medium Orchid #C531EB

RGB

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

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

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

R = 40.96%
G = 10.19%
B = 48.86%

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

#C531EB (or 0xC531EB) is known color: Medium Orchid. HEX triplet: C5, 31 and EB. RGB value is (197,49,235). Sum of RGB (Red+Green+Blue) = 197+49+235=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #C531EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531EB is #3ACE14. Grayscale: #717171. Windows color (decimal): -3853845 or 15413701. OLE color: 15413701.

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

Color convert

RGB 197 49 235 -
CMYK 0.16 0.79 0 0.08
HSL 287.74º 0.82% 0.56% -
HSV(B) 287.74º 0.79% 0.92% -
XYZ 39.12 20.07 80.41 -
YUV 114.46 196.03 186.88 -
System Red Green Blue C M Y K H S L
Decimal 197 49 235 0.16 0.79 0 0.08 287.74 0.82 0.56
Hex C5 31 EB 10 4F 0 8 120 52 38
Octal 305 61 353 20 117 0 10 440 122 70
Binary 11000101 110001 11101011 10000 1001111 0 1000 100100000 1010010 111000

Color Harmonies of #C531EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531EB

Black with #C531EB

Text Example


Text Example

White with #C531EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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