Html Css Color HEX #C03CF1 Medium Orchid

📋 copy color: '#C03CF1'

red 192 ◦ green 60 ◦ blue 241

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

Shades of Medium Orchid #C03CF1

Tints of Medium Orchid #C03CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.17%

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

R = 38.95%
G = 12.17%
B = 48.88%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C03CF1 (or 0xC03CF1) is known color: Medium Orchid. HEX triplet: C0, 3C and F1. RGB value is (192,60,241). Sum of RGB (Red+Green+Blue) = 192+60+241=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #C03CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CF1 is #3FC30E. Grayscale: #777777. Windows color (decimal): -4178703 or 15809728. OLE color: 15809728.

HSL color Cylindrical-coordinate representation of color #C03CF1: hue angle of 283.76º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03CF1 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 60 241 -
CMYK 0.20 0.75 0 0.05
HSL 283.76º 0.87% 0.59% -
HSV(B) 283.76º 0.75% 0.95% -
XYZ 39.23 20.79 85.16 -
YUV 120.1 196.23 179.28 -
System Red Green Blue C M Y K H S L
Decimal 192 60 241 0.20 0.75 0 0.05 283.76 0.87 0.59
Hex C0 3C F1 14 4B 0 5 11C 57 3B
Octal 300 74 361 24 113 0 5 434 127 73
Binary 11000000 111100 11110001 10100 1001011 0 101 100011100 1010111 111011

Color Harmonies of #C03CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CF1

Black with #C03CF1

Text Example


Text Example

White with #C03CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CF1; }

 p { color: rgb(192,60,241); }

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

background-color css

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

 a { background-color: rgb(192,60,241); }

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

border-color css

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

 span { border-color: rgb(192,60,241); }

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