Html Css Color HEX #C731F1 Medium Orchid

📋 copy color: '#C731F1'

red 199 ◦ green 49 ◦ blue 241

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

Shades of Medium Orchid #C731F1

Tints of Medium Orchid #C731F1

RGB

 RED value IS 199 (78.13% from 255) = 40.7%

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

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

R = 40.7%
G = 10.02%
B = 49.28%

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

#C731F1 (or 0xC731F1) is known color: Medium Orchid. HEX triplet: C7, 31 and F1. RGB value is (199,49,241). Sum of RGB (Red+Green+Blue) = 199+49+241=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #C731F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731F1 is #38CE0E. Grayscale: #737373. Windows color (decimal): -3722767 or 15806919. OLE color: 15806919.

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

Color convert

RGB 199 49 241 -
CMYK 0.17 0.80 0 0.05
HSL 286.88º 0.87% 0.57% -
HSV(B) 286.88º 0.8% 0.95% -
XYZ 40.53 20.69 85.08 -
YUV 115.74 198.7 187.39 -
System Red Green Blue C M Y K H S L
Decimal 199 49 241 0.17 0.80 0 0.05 286.88 0.87 0.57
Hex C7 31 F1 11 50 0 5 11F 57 39
Octal 307 61 361 21 120 0 5 437 127 71
Binary 11000111 110001 11110001 10001 1010000 0 101 100011111 1010111 111001

Color Harmonies of #C731F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731F1

Black with #C731F1

Text Example


Text Example

White with #C731F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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