Html Css Color HEX #C04ADA Medium Orchid

📋 copy color: '#C04ADA'

red 192 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #C04ADA

Tints of Medium Orchid #C04ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 39.67%
G = 15.29%
B = 45.04%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C04ADA (or 0xC04ADA) is known color: Medium Orchid. HEX triplet: C0, 4A and DA. RGB value is (192,74,218). Sum of RGB (Red+Green+Blue) = 192+74+218=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #C04ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ADA is #3FB525. Grayscale: #7D7D7D. Windows color (decimal): -4175142 or 14305984. OLE color: 14305984.

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

Color convert

RGB 192 74 218 -
CMYK 0.12 0.66 0 0.15
HSL 289.17º 0.66% 0.57% -
HSV(B) 289.17º 0.66% 0.85% -
XYZ 36.84 21.17 68.47 -
YUV 125.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 192 74 218 0.12 0.66 0 0.15 289.17 0.66 0.57
Hex C0 4A DA C 42 0 F 121 42 39
Octal 300 112 332 14 102 0 17 441 102 71
Binary 11000000 1001010 11011010 1100 1000010 0 1111 100100001 1000010 111001

Color Harmonies of #C04ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ADA

Black with #C04ADA

Text Example


Text Example

White with #C04ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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