Html Css Color HEX #C03FFF Medium Orchid

📋 copy color: '#C03FFF'

red 192 ◦ green 63 ◦ blue 255

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

Shades of Medium Orchid #C03FFF

Tints of Medium Orchid #C03FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 37.65%
G = 12.35%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C03FFF (or 0xC03FFF) is known color: Medium Orchid. HEX triplet: C0, 3F and FF. RGB value is (192,63,255). Sum of RGB (Red+Green+Blue) = 192+63+255=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #C03FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03FFF is #3FC000. Grayscale: #7A7A7A. Windows color (decimal): -4177921 or 16728000. OLE color: 16728000.

HSL color Cylindrical-coordinate representation of color #C03FFF: hue angle of 280.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03FFF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 63 255 -
CMYK 0.25 0.75 0 0
HSL 280.31º 1% 0.62% -
HSV(B) 280.31º 0.75% 1% -
XYZ 41.57 21.98 96.66 -
YUV 123.46 202.24 176.89 -
System Red Green Blue C M Y K H S L
Decimal 192 63 255 0.25 0.75 0 0 280.31 1 0.62
Hex C0 3F FF 19 4B 0 0 118 64 3E
Octal 300 77 377 31 113 0 0 430 144 76
Binary 11000000 111111 11111111 11001 1001011 0 0 100011000 1100100 111110

Color Harmonies of #C03FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FFF

Black with #C03FFF

Text Example


Text Example

White with #C03FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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