Html Css Color HEX #C931F0 Medium Orchid

📋 copy color: '#C931F0'

red 201 ◦ green 49 ◦ blue 240

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

Shades of Medium Orchid #C931F0

Tints of Medium Orchid #C931F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 41.02%
G = 10%
B = 48.98%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C931F0 (or 0xC931F0) is known color: Medium Orchid. HEX triplet: C9, 31 and F0. RGB value is (201,49,240). Sum of RGB (Red+Green+Blue) = 201+49+240=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #C931F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931F0 is #36CE0F. Grayscale: #737373. Windows color (decimal): -3591696 or 15741385. OLE color: 15741385.

HSL color Cylindrical-coordinate representation of color #C931F0: hue angle of 287.75º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C931F0 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 49 240 -
CMYK 0.16 0.80 0 0.06
HSL 287.75º 0.86% 0.57% -
HSV(B) 287.75º 0.8% 0.94% -
XYZ 40.91 20.91 84.32 -
YUV 116.22 197.86 188.47 -
System Red Green Blue C M Y K H S L
Decimal 201 49 240 0.16 0.80 0 0.06 287.75 0.86 0.57
Hex C9 31 F0 10 50 0 6 120 56 39
Octal 311 61 360 20 120 0 6 440 126 71
Binary 11001001 110001 11110000 10000 1010000 0 110 100100000 1010110 111001

Color Harmonies of #C931F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931F0

Black with #C931F0

Text Example


Text Example

White with #C931F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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