Html Css Color HEX #C03ED8 Medium Orchid

📋 copy color: '#C03ED8'

red 192 ◦ green 62 ◦ blue 216

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

Shades of Medium Orchid #C03ED8

Tints of Medium Orchid #C03ED8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.19%

 BLUE value IS 216 (84.77% from 255) = 45.96%

R = 40.85%
G = 13.19%
B = 45.96%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C03ED8 (or 0xC03ED8) is known color: Medium Orchid. HEX triplet: C0, 3E and D8. RGB value is (192,62,216). Sum of RGB (Red+Green+Blue) = 192+62+216=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #C03ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ED8 is #3FC127. Grayscale: #757575. Windows color (decimal): -4178216 or 14171840. OLE color: 14171840.

HSL color Cylindrical-coordinate representation of color #C03ED8: hue angle of 290.65º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03ED8 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 62 216 -
CMYK 0.11 0.71 0 0.15
HSL 290.65º 0.66% 0.55% -
HSV(B) 290.65º 0.71% 0.85% -
XYZ 35.86 19.61 66.86 -
YUV 118.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 192 62 216 0.11 0.71 0 0.15 290.65 0.66 0.55
Hex C0 3E D8 B 47 0 F 123 42 37
Octal 300 76 330 13 107 0 17 443 102 67
Binary 11000000 111110 11011000 1011 1000111 0 1111 100100011 1000010 110111

Color Harmonies of #C03ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03ED8

Black with #C03ED8

Text Example


Text Example

White with #C03ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03ED8; }

 p { color: rgb(192,62,216); }

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

background-color css

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

 a { background-color: rgb(192,62,216); }

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

border-color css

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

 span { border-color: rgb(192,62,216); }

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