Html Css Color HEX #C03FEC Medium Orchid

📋 copy color: '#C03FEC'

red 192 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #C03FEC

Tints of Medium Orchid #C03FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.83%

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 39.1%
G = 12.83%
B = 48.07%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C03FEC (or 0xC03FEC) is known color: Medium Orchid. HEX triplet: C0, 3F and EC. RGB value is (192,63,236). Sum of RGB (Red+Green+Blue) = 192+63+236=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #C03FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03FEC is #3FC013. Grayscale: #787878. Windows color (decimal): -4177940 or 15482816. OLE color: 15482816.

HSL color Cylindrical-coordinate representation of color #C03FEC: hue angle of 284.74º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03FEC is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 63 236 -
CMYK 0.19 0.73 0 0.07
HSL 284.74º 0.82% 0.59% -
HSV(B) 284.74º 0.73% 0.93% -
XYZ 38.66 20.82 81.34 -
YUV 121.29 192.74 178.43 -
System Red Green Blue C M Y K H S L
Decimal 192 63 236 0.19 0.73 0 0.07 284.74 0.82 0.59
Hex C0 3F EC 13 49 0 7 11D 52 3B
Octal 300 77 354 23 111 0 7 435 122 73
Binary 11000000 111111 11101100 10011 1001001 0 111 100011101 1010010 111011

Color Harmonies of #C03FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FEC

Black with #C03FEC

Text Example


Text Example

White with #C03FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FEC; }

 p { color: rgb(192,63,236); }

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

background-color css

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

 a { background-color: rgb(192,63,236); }

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

border-color css

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

 span { border-color: rgb(192,63,236); }

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