Html Css Color HEX #C53DDF Medium Orchid

📋 copy color: '#C53DDF'

red 197 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #C53DDF

Tints of Medium Orchid #C53DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.68%

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

R = 40.96%
G = 12.68%
B = 46.36%

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

#C53DDF (or 0xC53DDF) is known color: Medium Orchid. HEX triplet: C5, 3D and DF. RGB value is (197,61,223). Sum of RGB (Red+Green+Blue) = 197+61+223=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #C53DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DDF is #3AC220. Grayscale: #777777. Windows color (decimal): -3850785 or 14630341. OLE color: 14630341.

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

Color convert

RGB 197 61 223 -
CMYK 0.12 0.73 0 0.13
HSL 290.37º 0.72% 0.56% -
HSV(B) 290.37º 0.73% 0.87% -
XYZ 38.01 20.54 71.77 -
YUV 120.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 197 61 223 0.12 0.73 0 0.13 290.37 0.72 0.56
Hex C5 3D DF C 49 0 D 122 48 38
Octal 305 75 337 14 111 0 15 442 110 70
Binary 11000101 111101 11011111 1100 1001001 0 1101 100100010 1001000 111000

Color Harmonies of #C53DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DDF

Black with #C53DDF

Text Example


Text Example

White with #C53DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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