Html Css Color HEX #C03AF1 Medium Orchid

📋 copy color: '#C03AF1'

red 192 ◦ green 58 ◦ blue 241

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

Shades of Medium Orchid #C03AF1

Tints of Medium Orchid #C03AF1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.81%

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

R = 39.1%
G = 11.81%
B = 49.08%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C03AF1 (or 0xC03AF1) is known color: Medium Orchid. HEX triplet: C0, 3A and F1. RGB value is (192,58,241). Sum of RGB (Red+Green+Blue) = 192+58+241=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #C03AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AF1 is #3FC50E. Grayscale: #767676. Windows color (decimal): -4179215 or 15809216. OLE color: 15809216.

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

Color convert

RGB 192 58 241 -
CMYK 0.20 0.76 0 0.05
HSL 283.93º 0.87% 0.59% -
HSV(B) 283.93º 0.76% 0.95% -
XYZ 39.13 20.58 85.13 -
YUV 118.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 192 58 241 0.20 0.76 0 0.05 283.93 0.87 0.59
Hex C0 3A F1 14 4C 0 5 11C 57 3B
Octal 300 72 361 24 114 0 5 434 127 73
Binary 11000000 111010 11110001 10100 1001100 0 101 100011100 1010111 111011

Color Harmonies of #C03AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AF1

Black with #C03AF1

Text Example


Text Example

White with #C03AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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