Html Css Color HEX #C04ADC Medium Orchid

📋 copy color: '#C04ADC'

red 192 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #C04ADC

Tints of Medium Orchid #C04ADC

RGB

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

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

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

R = 39.51%
G = 15.23%
B = 45.27%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C04ADC (or 0xC04ADC) is known color: Medium Orchid. HEX triplet: C0, 4A and DC. RGB value is (192,74,220). Sum of RGB (Red+Green+Blue) = 192+74+220=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #C04ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ADC is #3FB523. Grayscale: #7D7D7D. Windows color (decimal): -4175140 or 14437056. OLE color: 14437056.

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

Color convert

RGB 192 74 220 -
CMYK 0.13 0.66 0 0.14
HSL 288.49º 0.68% 0.58% -
HSV(B) 288.49º 0.66% 0.86% -
XYZ 37.11 21.27 69.86 -
YUV 125.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 192 74 220 0.13 0.66 0 0.14 288.49 0.68 0.58
Hex C0 4A DC D 42 0 E 120 44 3A
Octal 300 112 334 15 102 0 16 440 104 72
Binary 11000000 1001010 11011100 1101 1000010 0 1110 100100000 1000100 111010

Color Harmonies of #C04ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ADC

Black with #C04ADC

Text Example


Text Example

White with #C04ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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