Html Css Color HEX #C53CDF Medium Orchid

📋 copy color: '#C53CDF'

red 197 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #C53CDF

Tints of Medium Orchid #C53CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 41.04%
G = 12.5%
B = 46.46%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C53CDF (or 0xC53CDF) is known color: Medium Orchid. HEX triplet: C5, 3C and DF. RGB value is (197,60,223). Sum of RGB (Red+Green+Blue) = 197+60+223=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #C53CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CDF is #3AC320. Grayscale: #777777. Windows color (decimal): -3851041 or 14630085. OLE color: 14630085.

HSL color Cylindrical-coordinate representation of color #C53CDF: hue angle of 290.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53CDF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 60 223 -
CMYK 0.12 0.73 0 0.13
HSL 290.43º 0.72% 0.55% -
HSV(B) 290.43º 0.73% 0.87% -
XYZ 37.96 20.43 71.75 -
YUV 119.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 197 60 223 0.12 0.73 0 0.13 290.43 0.72 0.55
Hex C5 3C DF C 49 0 D 122 48 37
Octal 305 74 337 14 111 0 15 442 110 67
Binary 11000101 111100 11011111 1100 1001001 0 1101 100100010 1001000 110111

Color Harmonies of #C53CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CDF

Black with #C53CDF

Text Example


Text Example

White with #C53CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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