Html Css Color HEX #C52CDD Medium Orchid

📋 copy color: '#C52CDD'

red 197 ◦ green 44 ◦ blue 221

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

Shades of Medium Orchid #C52CDD

Tints of Medium Orchid #C52CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.52%

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

R = 42.64%
G = 9.52%
B = 47.84%

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

#C52CDD (or 0xC52CDD) is known color: Medium Orchid. HEX triplet: C5, 2C and DD. RGB value is (197,44,221). Sum of RGB (Red+Green+Blue) = 197+44+221=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #C52CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CDD is #3AD322. Grayscale: #6D6D6D. Windows color (decimal): -3855139 or 14494917. OLE color: 14494917.

HSL color Cylindrical-coordinate representation of color #C52CDD: hue angle of 291.86º 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 #C52CDD is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 44 221 -
CMYK 0.11 0.80 0 0.13
HSL 291.86º 0.72% 0.52% -
HSV(B) 291.86º 0.8% 0.87% -
XYZ 36.98 18.89 70.1 -
YUV 109.93 190.69 190.11 -
System Red Green Blue C M Y K H S L
Decimal 197 44 221 0.11 0.80 0 0.13 291.86 0.72 0.52
Hex C5 2C DD B 50 0 D 124 48 34
Octal 305 54 335 13 120 0 15 444 110 64
Binary 11000101 101100 11011101 1011 1010000 0 1101 100100100 1001000 110100

Color Harmonies of #C52CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CDD

Black with #C52CDD

Text Example


Text Example

White with #C52CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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