Html Css Color HEX #C53DDC Medium Orchid

📋 copy color: '#C53DDC'

red 197 ◦ green 61 ◦ blue 220

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

Shades of Medium Orchid #C53DDC

Tints of Medium Orchid #C53DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 41.21%
G = 12.76%
B = 46.03%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C53DDC (or 0xC53DDC) is known color: Medium Orchid. HEX triplet: C5, 3D and DC. RGB value is (197,61,220). Sum of RGB (Red+Green+Blue) = 197+61+220=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #C53DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DDC is #3AC223. Grayscale: #777777. Windows color (decimal): -3850788 or 14433733. OLE color: 14433733.

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

Color convert

RGB 197 61 220 -
CMYK 0.10 0.72 0 0.14
HSL 291.32º 0.69% 0.55% -
HSV(B) 291.32º 0.72% 0.86% -
XYZ 37.61 20.38 69.66 -
YUV 119.79 184.56 183.07 -
System Red Green Blue C M Y K H S L
Decimal 197 61 220 0.10 0.72 0 0.14 291.32 0.69 0.55
Hex C5 3D DC A 48 0 E 123 45 37
Octal 305 75 334 12 110 0 16 443 105 67
Binary 11000101 111101 11011100 1010 1001000 0 1110 100100011 1000101 110111

Color Harmonies of #C53DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DDC

Black with #C53DDC

Text Example


Text Example

White with #C53DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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