Html Css Color HEX #C031F4 Medium Orchid

📋 copy color: '#C031F4'

red 192 ◦ green 49 ◦ blue 244

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

Shades of Medium Orchid #C031F4

Tints of Medium Orchid #C031F4

RGB

 RED value IS 192 (75.39% from 255) = 39.59%

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

 BLUE value IS 244 (95.7% from 255) = 50.31%

R = 39.59%
G = 10.1%
B = 50.31%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C031F4 (or 0xC031F4) is known color: Medium Orchid. HEX triplet: C0, 31 and F4. RGB value is (192,49,244). Sum of RGB (Red+Green+Blue) = 192+49+244=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #C031F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031F4 is #3FCE0B. Grayscale: #717171. Windows color (decimal): -4181516 or 16003520. OLE color: 16003520.

HSL color Cylindrical-coordinate representation of color #C031F4: hue angle of 284º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C031F4 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 49 244 -
CMYK 0.21 0.80 0 0.04
HSL 284º 0.9% 0.57% -
HSV(B) 284º 0.8% 0.96% -
XYZ 39.17 19.93 87.37 -
YUV 113.99 201.38 183.64 -
System Red Green Blue C M Y K H S L
Decimal 192 49 244 0.21 0.80 0 0.04 284 0.9 0.57
Hex C0 31 F4 15 50 0 4 11C 5A 39
Octal 300 61 364 25 120 0 4 434 132 71
Binary 11000000 110001 11110100 10101 1010000 0 100 100011100 1011010 111001

Color Harmonies of #C031F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031F4

Black with #C031F4

Text Example


Text Example

White with #C031F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031F4; }

 p { color: rgb(192,49,244); }

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

background-color css

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

 a { background-color: rgb(192,49,244); }

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

border-color css

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

 span { border-color: rgb(192,49,244); }

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