Html Css Color HEX #C52ADF Medium Orchid

📋 copy color: '#C52ADF'

red 197 ◦ green 42 ◦ blue 223

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

Shades of Medium Orchid #C52ADF

Tints of Medium Orchid #C52ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 42.64%
G = 9.09%
B = 48.27%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C52ADF (or 0xC52ADF) is known color: Medium Orchid. HEX triplet: C5, 2A and DF. RGB value is (197,42,223). Sum of RGB (Red+Green+Blue) = 197+42+223=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #C52ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ADF is #3AD520. Grayscale: #6C6C6C. Windows color (decimal): -3855649 or 14625477. OLE color: 14625477.

HSL color Cylindrical-coordinate representation of color #C52ADF: hue angle of 291.38º degrees, saturation: 0.74, 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 #C52ADF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 42 223 -
CMYK 0.12 0.81 0 0.13
HSL 291.38º 0.74% 0.52% -
HSV(B) 291.38º 0.81% 0.87% -
XYZ 37.17 18.85 71.49 -
YUV 108.98 192.35 190.78 -
System Red Green Blue C M Y K H S L
Decimal 197 42 223 0.12 0.81 0 0.13 291.38 0.74 0.52
Hex C5 2A DF C 51 0 D 123 4A 34
Octal 305 52 337 14 121 0 15 443 112 64
Binary 11000101 101010 11011111 1100 1010001 0 1101 100100011 1001010 110100

Color Harmonies of #C52ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52ADF

Black with #C52ADF

Text Example


Text Example

White with #C52ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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