Html Css Color HEX #C03AFF Medium Orchid

📋 copy color: '#C03AFF'

red 192 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #C03AFF

Tints of Medium Orchid #C03AFF

RGB

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

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

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

R = 38.02%
G = 11.49%
B = 50.5%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C03AFF (or 0xC03AFF) is known color: Medium Orchid. HEX triplet: C0, 3A and FF. RGB value is (192,58,255). Sum of RGB (Red+Green+Blue) = 192+58+255=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #C03AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AFF is #3FC500. Grayscale: #777777. Windows color (decimal): -4179201 or 16726720. OLE color: 16726720.

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

Color convert

RGB 192 58 255 -
CMYK 0.25 0.77 0 0
HSL 280.81º 1% 0.61% -
HSV(B) 280.81º 0.77% 1% -
XYZ 41.3 21.45 96.57 -
YUV 120.52 203.89 178.98 -
System Red Green Blue C M Y K H S L
Decimal 192 58 255 0.25 0.77 0 0 280.81 1 0.61
Hex C0 3A FF 19 4D 0 0 119 64 3D
Octal 300 72 377 31 115 0 0 431 144 75
Binary 11000000 111010 11111111 11001 1001101 0 0 100011001 1100100 111101

Color Harmonies of #C03AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AFF

Black with #C03AFF

Text Example


Text Example

White with #C03AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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