Html Css Color HEX #C52BDA Medium Orchid

📋 copy color: '#C52BDA'

red 197 ◦ green 43 ◦ blue 218

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

Shades of Medium Orchid #C52BDA

Tints of Medium Orchid #C52BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.39%

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

R = 43.01%
G = 9.39%
B = 47.6%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C52BDA (or 0xC52BDA) is known color: Medium Orchid. HEX triplet: C5, 2B and DA. RGB value is (197,43,218). Sum of RGB (Red+Green+Blue) = 197+43+218=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #C52BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BDA is #3AD425. Grayscale: #6C6C6C. Windows color (decimal): -3855398 or 14298053. OLE color: 14298053.

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

Color convert

RGB 197 43 218 -
CMYK 0.10 0.80 0 0.15
HSL 292.8º 0.7% 0.51% -
HSV(B) 292.8º 0.8% 0.85% -
XYZ 36.54 18.66 68.01 -
YUV 109 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 197 43 218 0.10 0.80 0 0.15 292.8 0.7 0.51
Hex C5 2B DA A 50 0 F 125 46 33
Octal 305 53 332 12 120 0 17 445 106 63
Binary 11000101 101011 11011010 1010 1010000 0 1111 100100101 1000110 110011

Color Harmonies of #C52BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52BDA

Black with #C52BDA

Text Example


Text Example

White with #C52BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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