Html Css Color HEX #C031F2 Medium Orchid

📋 copy color: '#C031F2'

red 192 ◦ green 49 ◦ blue 242

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

Shades of Medium Orchid #C031F2

Tints of Medium Orchid #C031F2

RGB

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

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

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

R = 39.75%
G = 10.14%
B = 50.1%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C031F2 (or 0xC031F2) is known color: Medium Orchid. HEX triplet: C0, 31 and F2. RGB value is (192,49,242). Sum of RGB (Red+Green+Blue) = 192+49+242=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #C031F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031F2 is #3FCE0D. Grayscale: #717171. Windows color (decimal): -4181518 or 15872448. OLE color: 15872448.

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

Color convert

RGB 192 49 242 -
CMYK 0.21 0.80 0 0.05
HSL 284.46º 0.88% 0.57% -
HSV(B) 284.46º 0.8% 0.95% -
XYZ 38.86 19.81 85.78 -
YUV 113.76 200.38 183.81 -
System Red Green Blue C M Y K H S L
Decimal 192 49 242 0.21 0.80 0 0.05 284.46 0.88 0.57
Hex C0 31 F2 15 50 0 5 11C 58 39
Octal 300 61 362 25 120 0 5 434 130 71
Binary 11000000 110001 11110010 10101 1010000 0 101 100011100 1011000 111001

Color Harmonies of #C031F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031F2

Black with #C031F2

Text Example


Text Example

White with #C031F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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