Html Css Color HEX #C03BFF Medium Orchid

📋 copy color: '#C03BFF'

red 192 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #C03BFF

Tints of Medium Orchid #C03BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.66%

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

R = 37.94%
G = 11.66%
B = 50.4%

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

#C03BFF (or 0xC03BFF) is known color: Medium Orchid. HEX triplet: C0, 3B and FF. RGB value is (192,59,255). Sum of RGB (Red+Green+Blue) = 192+59+255=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #C03BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03BFF is #3FC400. Grayscale: #787878. Windows color (decimal): -4178945 or 16726976. OLE color: 16726976.

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

Color convert

RGB 192 59 255 -
CMYK 0.25 0.77 0 0
HSL 280.71º 1% 0.62% -
HSV(B) 280.71º 0.77% 1% -
XYZ 41.35 21.55 96.59 -
YUV 121.11 203.56 178.56 -
System Red Green Blue C M Y K H S L
Decimal 192 59 255 0.25 0.77 0 0 280.71 1 0.62
Hex C0 3B FF 19 4D 0 0 119 64 3E
Octal 300 73 377 31 115 0 0 431 144 76
Binary 11000000 111011 11111111 11001 1001101 0 0 100011001 1100100 111110

Color Harmonies of #C03BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BFF

Black with #C03BFF

Text Example


Text Example

White with #C03BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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