Html Css Color HEX #C531F2 Medium Orchid

📋 copy color: '#C531F2'

red 197 ◦ green 49 ◦ blue 242

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

Shades of Medium Orchid #C531F2

Tints of Medium Orchid #C531F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.59%

R = 40.37%
G = 10.04%
B = 49.59%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C531F2 (or 0xC531F2) is known color: Medium Orchid. HEX triplet: C5, 31 and F2. RGB value is (197,49,242). Sum of RGB (Red+Green+Blue) = 197+49+242=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #C531F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531F2 is #3ACE0D. Grayscale: #727272. Windows color (decimal): -3853838 or 15872453. OLE color: 15872453.

HSL color Cylindrical-coordinate representation of color #C531F2: hue angle of 286.01º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C531F2 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 49 242 -
CMYK 0.19 0.80 0 0.05
HSL 286.01º 0.88% 0.57% -
HSV(B) 286.01º 0.8% 0.95% -
XYZ 40.15 20.48 85.84 -
YUV 115.25 199.53 186.31 -
System Red Green Blue C M Y K H S L
Decimal 197 49 242 0.19 0.80 0 0.05 286.01 0.88 0.57
Hex C5 31 F2 13 50 0 5 11E 58 39
Octal 305 61 362 23 120 0 5 436 130 71
Binary 11000101 110001 11110010 10011 1010000 0 101 100011110 1011000 111001

Color Harmonies of #C531F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531F2

Black with #C531F2

Text Example


Text Example

White with #C531F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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