Html Css Color HEX #C53CDB Medium Orchid

📋 copy color: '#C53CDB'

red 197 ◦ green 60 ◦ blue 219

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

Shades of Medium Orchid #C53CDB

Tints of Medium Orchid #C53CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.61%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 41.39%
G = 12.61%
B = 46.01%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C53CDB (or 0xC53CDB) is known color: Medium Orchid. HEX triplet: C5, 3C and DB. RGB value is (197,60,219). Sum of RGB (Red+Green+Blue) = 197+60+219=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #C53CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CDB is #3AC324. Grayscale: #767676. Windows color (decimal): -3851045 or 14367941. OLE color: 14367941.

HSL color Cylindrical-coordinate representation of color #C53CDB: hue angle of 291.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53CDB is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 60 219 -
CMYK 0.10 0.73 0 0.14
HSL 291.7º 0.69% 0.55% -
HSV(B) 291.7º 0.73% 0.86% -
XYZ 37.43 20.22 68.95 -
YUV 119.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 197 60 219 0.10 0.73 0 0.14 291.7 0.69 0.55
Hex C5 3C DB A 49 0 E 124 45 37
Octal 305 74 333 12 111 0 16 444 105 67
Binary 11000101 111100 11011011 1010 1001001 0 1110 100100100 1000101 110111

Color Harmonies of #C53CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CDB

Black with #C53CDB

Text Example


Text Example

White with #C53CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CDB; }

 p { color: rgb(197,60,219); }

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

background-color css

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

 a { background-color: rgb(197,60,219); }

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

border-color css

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

 span { border-color: rgb(197,60,219); }

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