Html Css Color HEX #C03DFF Medium Orchid

📋 copy color: '#C03DFF'

red 192 ◦ green 61 ◦ blue 255

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

Shades of Medium Orchid #C03DFF

Tints of Medium Orchid #C03DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.01%

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

R = 37.8%
G = 12.01%
B = 50.2%

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

#C03DFF (or 0xC03DFF) is known color: Medium Orchid. HEX triplet: C0, 3D and FF. RGB value is (192,61,255). Sum of RGB (Red+Green+Blue) = 192+61+255=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 61 (24.22% from 255 or 12.01% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #C03DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DFF is #3FC200. Grayscale: #797979. Windows color (decimal): -4178433 or 16727488. OLE color: 16727488.

HSL color Cylindrical-coordinate representation of color #C03DFF: hue angle of 280.52º 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 #C03DFF is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 61 255 -
CMYK 0.25 0.76 0 0
HSL 280.52º 1% 0.62% -
HSV(B) 280.52º 0.76% 1% -
XYZ 41.46 21.76 96.62 -
YUV 122.29 202.9 177.73 -
System Red Green Blue C M Y K H S L
Decimal 192 61 255 0.25 0.76 0 0 280.52 1 0.62
Hex C0 3D FF 19 4C 0 0 119 64 3E
Octal 300 75 377 31 114 0 0 431 144 76
Binary 11000000 111101 11111111 11001 1001100 0 0 100011001 1100100 111110

Color Harmonies of #C03DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DFF

Black with #C03DFF

Text Example


Text Example

White with #C03DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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