Html Css Color HEX #C03CFF Medium Orchid

📋 copy color: '#C03CFF'

red 192 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #C03CFF

Tints of Medium Orchid #C03CFF

RGB

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

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

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

R = 37.87%
G = 11.83%
B = 50.3%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C03CFF (or 0xC03CFF) is known color: Medium Orchid. HEX triplet: C0, 3C and FF. RGB value is (192,60,255). Sum of RGB (Red+Green+Blue) = 192+60+255=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #C03CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CFF is #3FC300. Grayscale: #797979. Windows color (decimal): -4178689 or 16727232. OLE color: 16727232.

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

Color convert

RGB 192 60 255 -
CMYK 0.25 0.76 0 0
HSL 280.62º 1% 0.62% -
HSV(B) 280.62º 0.76% 1% -
XYZ 41.4 21.66 96.61 -
YUV 121.7 203.23 178.14 -
System Red Green Blue C M Y K H S L
Decimal 192 60 255 0.25 0.76 0 0 280.62 1 0.62
Hex C0 3C FF 19 4C 0 0 119 64 3E
Octal 300 74 377 31 114 0 0 431 144 76
Binary 11000000 111100 11111111 11001 1001100 0 0 100011001 1100100 111110

Color Harmonies of #C03CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CFF

Black with #C03CFF

Text Example


Text Example

White with #C03CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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