Html Css Color HEX #C53AD7 Medium Orchid

📋 copy color: '#C53AD7'

red 197 ◦ green 58 ◦ blue 215

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

Shades of Medium Orchid #C53AD7

Tints of Medium Orchid #C53AD7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.34%

 BLUE value IS 215 (84.38% from 255) = 45.74%

R = 41.91%
G = 12.34%
B = 45.74%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C53AD7 (or 0xC53AD7) is known color: Medium Orchid. HEX triplet: C5, 3A and D7. RGB value is (197,58,215). Sum of RGB (Red+Green+Blue) = 197+58+215=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #C53AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AD7 is #3AC528. Grayscale: #747474. Windows color (decimal): -3851561 or 14105285. OLE color: 14105285.

HSL color Cylindrical-coordinate representation of color #C53AD7: hue angle of 293.12º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53AD7 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 58 215 -
CMYK 0.08 0.73 0 0.16
HSL 293.12º 0.66% 0.54% -
HSV(B) 293.12º 0.73% 0.84% -
XYZ 36.8 19.8 66.17 -
YUV 117.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 197 58 215 0.08 0.73 0 0.16 293.12 0.66 0.54
Hex C5 3A D7 8 49 0 10 125 42 36
Octal 305 72 327 10 111 0 20 445 102 66
Binary 11000101 111010 11010111 1000 1001001 0 10000 100100101 1000010 110110

Color Harmonies of #C53AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AD7

Black with #C53AD7

Text Example


Text Example

White with #C53AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AD7; }

 p { color: rgb(197,58,215); }

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

background-color css

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

 a { background-color: rgb(197,58,215); }

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

border-color css

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

 span { border-color: rgb(197,58,215); }

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