Html Css Color HEX #C03ADC Medium Orchid

📋 copy color: '#C03ADC'

red 192 ◦ green 58 ◦ blue 220

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

Shades of Medium Orchid #C03ADC

Tints of Medium Orchid #C03ADC

RGB

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

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

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

R = 40.85%
G = 12.34%
B = 46.81%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C03ADC (or 0xC03ADC) is known color: Medium Orchid. HEX triplet: C0, 3A and DC. RGB value is (192,58,220). Sum of RGB (Red+Green+Blue) = 192+58+220=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #C03ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ADC is #3FC523. Grayscale: #747474. Windows color (decimal): -4179236 or 14432960. OLE color: 14432960.

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

Color convert

RGB 192 58 220 -
CMYK 0.13 0.74 0 0.14
HSL 289.63º 0.7% 0.55% -
HSV(B) 289.63º 0.74% 0.86% -
XYZ 36.17 19.4 69.55 -
YUV 116.53 186.39 181.83 -
System Red Green Blue C M Y K H S L
Decimal 192 58 220 0.13 0.74 0 0.14 289.63 0.7 0.55
Hex C0 3A DC D 4A 0 E 122 46 37
Octal 300 72 334 15 112 0 16 442 106 67
Binary 11000000 111010 11011100 1101 1001010 0 1110 100100010 1000110 110111

Color Harmonies of #C03ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03ADC

Black with #C03ADC

Text Example


Text Example

White with #C03ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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