Html Css Color HEX #C03EDC Medium Orchid

📋 copy color: '#C03EDC'

red 192 ◦ green 62 ◦ blue 220

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

Shades of Medium Orchid #C03EDC

Tints of Medium Orchid #C03EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 40.51%
G = 13.08%
B = 46.41%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C03EDC (or 0xC03EDC) is known color: Medium Orchid. HEX triplet: C0, 3E and DC. RGB value is (192,62,220). Sum of RGB (Red+Green+Blue) = 192+62+220=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #C03EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EDC is #3FC123. Grayscale: #767676. Windows color (decimal): -4178212 or 14433984. OLE color: 14433984.

HSL color Cylindrical-coordinate representation of color #C03EDC: hue angle of 289.37º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03EDC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 62 220 -
CMYK 0.13 0.72 0 0.14
HSL 289.37º 0.69% 0.55% -
HSV(B) 289.37º 0.72% 0.86% -
XYZ 36.38 19.82 69.62 -
YUV 118.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 192 62 220 0.13 0.72 0 0.14 289.37 0.69 0.55
Hex C0 3E DC D 48 0 E 121 45 37
Octal 300 76 334 15 110 0 16 441 105 67
Binary 11000000 111110 11011100 1101 1001000 0 1110 100100001 1000101 110111

Color Harmonies of #C03EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03EDC

Black with #C03EDC

Text Example


Text Example

White with #C03EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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