Html Css Color HEX #C53BDA Medium Orchid

📋 copy color: '#C53BDA'

red 197 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #C53BDA

Tints of Medium Orchid #C53BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.45%

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

R = 41.56%
G = 12.45%
B = 45.99%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C53BDA (or 0xC53BDA) is known color: Medium Orchid. HEX triplet: C5, 3B and DA. RGB value is (197,59,218). Sum of RGB (Red+Green+Blue) = 197+59+218=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #C53BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BDA is #3AC425. Grayscale: #757575. Windows color (decimal): -3851302 or 14302149. OLE color: 14302149.

HSL color Cylindrical-coordinate representation of color #C53BDA: hue angle of 292.08º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53BDA is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 59 218 -
CMYK 0.10 0.73 0 0.15
HSL 292.08º 0.68% 0.54% -
HSV(B) 292.08º 0.73% 0.85% -
XYZ 37.24 20.06 68.24 -
YUV 118.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 197 59 218 0.10 0.73 0 0.15 292.08 0.68 0.54
Hex C5 3B DA A 49 0 F 124 44 36
Octal 305 73 332 12 111 0 17 444 104 66
Binary 11000101 111011 11011010 1010 1001001 0 1111 100100100 1000100 110110

Color Harmonies of #C53BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BDA

Black with #C53BDA

Text Example


Text Example

White with #C53BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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