Html Css Color HEX #C52ADA Medium Orchid

📋 copy color: '#C52ADA'

red 197 ◦ green 42 ◦ blue 218

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

Shades of Medium Orchid #C52ADA

Tints of Medium Orchid #C52ADA

RGB

 RED value IS 197 (77.34% from 255) = 43.11%

 GREEN value IS 42 (16.8% from 255) = 9.19%

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

R = 43.11%
G = 9.19%
B = 47.7%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C52ADA (or 0xC52ADA) is known color: Medium Orchid. HEX triplet: C5, 2A and DA. RGB value is (197,42,218). Sum of RGB (Red+Green+Blue) = 197+42+218=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #C52ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ADA is #3AD525. Grayscale: #6B6B6B. Windows color (decimal): -3855654 or 14297797. OLE color: 14297797.

HSL color Cylindrical-coordinate representation of color #C52ADA: hue angle of 292.84º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52ADA is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 42 218 -
CMYK 0.10 0.81 0 0.15
HSL 292.84º 0.7% 0.51% -
HSV(B) 292.84º 0.81% 0.85% -
XYZ 36.51 18.59 67.99 -
YUV 108.41 189.85 191.19 -
System Red Green Blue C M Y K H S L
Decimal 197 42 218 0.10 0.81 0 0.15 292.84 0.7 0.51
Hex C5 2A DA A 51 0 F 125 46 33
Octal 305 52 332 12 121 0 17 445 106 63
Binary 11000101 101010 11011010 1010 1010001 0 1111 100100101 1000110 110011

Color Harmonies of #C52ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52ADA

Black with #C52ADA

Text Example


Text Example

White with #C52ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52ADA; }

 p { color: rgb(197,42,218); }

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

background-color css

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

 a { background-color: rgb(197,42,218); }

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

border-color css

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

 span { border-color: rgb(197,42,218); }

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