Html Css Color HEX #C52ADE Medium Orchid

📋 copy color: '#C52ADE'

red 197 ◦ green 42 ◦ blue 222

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

Shades of Medium Orchid #C52ADE

Tints of Medium Orchid #C52ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 42.73%
G = 9.11%
B = 48.16%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C52ADE (or 0xC52ADE) is known color: Medium Orchid. HEX triplet: C5, 2A and DE. RGB value is (197,42,222). Sum of RGB (Red+Green+Blue) = 197+42+222=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #C52ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ADE is #3AD521. Grayscale: #6C6C6C. Windows color (decimal): -3855650 or 14559941. OLE color: 14559941.

HSL color Cylindrical-coordinate representation of color #C52ADE: hue angle of 291.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52ADE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 42 222 -
CMYK 0.11 0.81 0 0.13
HSL 291.67º 0.73% 0.52% -
HSV(B) 291.67º 0.81% 0.87% -
XYZ 37.04 18.8 70.78 -
YUV 108.87 191.85 190.86 -
System Red Green Blue C M Y K H S L
Decimal 197 42 222 0.11 0.81 0 0.13 291.67 0.73 0.52
Hex C5 2A DE B 51 0 D 124 49 34
Octal 305 52 336 13 121 0 15 444 111 64
Binary 11000101 101010 11011110 1011 1010001 0 1101 100100100 1001001 110100

Color Harmonies of #C52ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52ADE

Black with #C52ADE

Text Example


Text Example

White with #C52ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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