Html Css Color HEX #C030F1 Medium Orchid

📋 copy color: '#C030F1'

red 192 ◦ green 48 ◦ blue 241

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

Shades of Medium Orchid #C030F1

Tints of Medium Orchid #C030F1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.98%

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

R = 39.92%
G = 9.98%
B = 50.1%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C030F1 (or 0xC030F1) is known color: Medium Orchid. HEX triplet: C0, 30 and F1. RGB value is (192,48,241). Sum of RGB (Red+Green+Blue) = 192+48+241=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #C030F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030F1 is #3FCF0E. Grayscale: #707070. Windows color (decimal): -4181775 or 15806656. OLE color: 15806656.

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

Color convert

RGB 192 48 241 -
CMYK 0.20 0.80 0 0.05
HSL 284.77º 0.87% 0.57% -
HSV(B) 284.77º 0.8% 0.95% -
XYZ 38.67 19.67 84.98 -
YUV 113.06 200.21 184.31 -
System Red Green Blue C M Y K H S L
Decimal 192 48 241 0.20 0.80 0 0.05 284.77 0.87 0.57
Hex C0 30 F1 14 50 0 5 11D 57 39
Octal 300 60 361 24 120 0 5 435 127 71
Binary 11000000 110000 11110001 10100 1010000 0 101 100011101 1010111 111001

Color Harmonies of #C030F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030F1

Black with #C030F1

Text Example


Text Example

White with #C030F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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