Html Css Color HEX #C931F1 Medium Orchid

📋 copy color: '#C931F1'

red 201 ◦ green 49 ◦ blue 241

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

Shades of Medium Orchid #C931F1

Tints of Medium Orchid #C931F1

RGB

 RED value IS 201 (78.91% from 255) = 40.94%

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

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 40.94%
G = 9.98%
B = 49.08%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C931F1 (or 0xC931F1) is known color: Medium Orchid. HEX triplet: C9, 31 and F1. RGB value is (201,49,241). Sum of RGB (Red+Green+Blue) = 201+49+241=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #C931F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931F1 is #36CE0E. Grayscale: #737373. Windows color (decimal): -3591695 or 15806921. OLE color: 15806921.

HSL color Cylindrical-coordinate representation of color #C931F1: hue angle of 287.5º degrees, saturation: 0.87, 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 #C931F1 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 49 241 -
CMYK 0.17 0.80 0 0.05
HSL 287.5º 0.87% 0.57% -
HSV(B) 287.5º 0.8% 0.95% -
XYZ 41.06 20.97 85.1 -
YUV 116.34 198.36 188.39 -
System Red Green Blue C M Y K H S L
Decimal 201 49 241 0.17 0.80 0 0.05 287.5 0.87 0.57
Hex C9 31 F1 11 50 0 5 120 57 39
Octal 311 61 361 21 120 0 5 440 127 71
Binary 11001001 110001 11110001 10001 1010000 0 101 100100000 1010111 111001

Color Harmonies of #C931F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931F1

Black with #C931F1

Text Example


Text Example

White with #C931F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931F1; }

 p { color: rgb(201,49,241); }

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

background-color css

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

 a { background-color: rgb(201,49,241); }

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

border-color css

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

 span { border-color: rgb(201,49,241); }

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