Html Css Color HEX #C52DDD Medium Orchid

📋 copy color: '#C52DDD'

red 197 ◦ green 45 ◦ blue 221

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

Shades of Medium Orchid #C52DDD

Tints of Medium Orchid #C52DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.72%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 42.55%
G = 9.72%
B = 47.73%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C52DDD (or 0xC52DDD) is known color: Medium Orchid. HEX triplet: C5, 2D and DD. RGB value is (197,45,221). Sum of RGB (Red+Green+Blue) = 197+45+221=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C52DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DDD is #3AD222. Grayscale: #6D6D6D. Windows color (decimal): -3854883 or 14495173. OLE color: 14495173.

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

Color convert

RGB 197 45 221 -
CMYK 0.11 0.80 0 0.13
HSL 291.82º 0.72% 0.52% -
HSV(B) 291.82º 0.8% 0.87% -
XYZ 37.02 18.97 70.12 -
YUV 110.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 197 45 221 0.11 0.80 0 0.13 291.82 0.72 0.52
Hex C5 2D DD B 50 0 D 124 48 34
Octal 305 55 335 13 120 0 15 444 110 64
Binary 11000101 101101 11011101 1011 1010000 0 1101 100100100 1001000 110100

Color Harmonies of #C52DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DDD

Black with #C52DDD

Text Example


Text Example

White with #C52DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DDD; }

 p { color: rgb(197,45,221); }

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

background-color css

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

 a { background-color: rgb(197,45,221); }

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

border-color css

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

 span { border-color: rgb(197,45,221); }

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