Html Css Color HEX #C03ADB Medium Orchid

📋 copy color: '#C03ADB'

red 192 ◦ green 58 ◦ blue 219

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

Shades of Medium Orchid #C03ADB

Tints of Medium Orchid #C03ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 40.94%
G = 12.37%
B = 46.7%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C03ADB (or 0xC03ADB) is known color: Medium Orchid. HEX triplet: C0, 3A and DB. RGB value is (192,58,219). Sum of RGB (Red+Green+Blue) = 192+58+219=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #C03ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ADB is #3FC524. Grayscale: #737373. Windows color (decimal): -4179237 or 14367424. OLE color: 14367424.

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

Color convert

RGB 192 58 219 -
CMYK 0.12 0.74 0 0.14
HSL 289.94º 0.69% 0.54% -
HSV(B) 289.94º 0.74% 0.86% -
XYZ 36.04 19.35 68.85 -
YUV 116.42 185.89 181.91 -
System Red Green Blue C M Y K H S L
Decimal 192 58 219 0.12 0.74 0 0.14 289.94 0.69 0.54
Hex C0 3A DB C 4A 0 E 122 45 36
Octal 300 72 333 14 112 0 16 442 105 66
Binary 11000000 111010 11011011 1100 1001010 0 1110 100100010 1000101 110110

Color Harmonies of #C03ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03ADB

Black with #C03ADB

Text Example


Text Example

White with #C03ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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