Html Css Color HEX #C04ADB Medium Orchid

📋 copy color: '#C04ADB'

red 192 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #C04ADB

Tints of Medium Orchid #C04ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.26%

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

R = 39.59%
G = 15.26%
B = 45.15%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C04ADB (or 0xC04ADB) is known color: Medium Orchid. HEX triplet: C0, 4A and DB. RGB value is (192,74,219). Sum of RGB (Red+Green+Blue) = 192+74+219=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #C04ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ADB is #3FB524. Grayscale: #7D7D7D. Windows color (decimal): -4175141 or 14371520. OLE color: 14371520.

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

Color convert

RGB 192 74 219 -
CMYK 0.12 0.66 0 0.14
HSL 288.83º 0.67% 0.57% -
HSV(B) 288.83º 0.66% 0.86% -
XYZ 36.97 21.22 69.16 -
YUV 125.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 192 74 219 0.12 0.66 0 0.14 288.83 0.67 0.57
Hex C0 4A DB C 42 0 E 121 43 39
Octal 300 112 333 14 102 0 16 441 103 71
Binary 11000000 1001010 11011011 1100 1000010 0 1110 100100001 1000011 111001

Color Harmonies of #C04ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ADB

Black with #C04ADB

Text Example


Text Example

White with #C04ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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