Html Css Color HEX #C541D5 Medium Orchid

📋 copy color: '#C541D5'

red 197 ◦ green 65 ◦ blue 213

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

Shades of Medium Orchid #C541D5

Tints of Medium Orchid #C541D5

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.68%

 BLUE value IS 213 (83.59% from 255) = 44.84%

R = 41.47%
G = 13.68%
B = 44.84%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C541D5 (or 0xC541D5) is known color: Medium Orchid. HEX triplet: C5, 41 and D5. RGB value is (197,65,213). Sum of RGB (Red+Green+Blue) = 197+65+213=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #C541D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541D5 is #3ABE2A. Grayscale: #787878. Windows color (decimal): -3849771 or 13976005. OLE color: 13976005.

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

Color convert

RGB 197 65 213 -
CMYK 0.08 0.69 0 0.16
HSL 293.51º 0.64% 0.55% -
HSV(B) 293.51º 0.69% 0.84% -
XYZ 36.93 20.46 64.95 -
YUV 121.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 197 65 213 0.08 0.69 0 0.16 293.51 0.64 0.55
Hex C5 41 D5 8 45 0 10 126 40 37
Octal 305 101 325 10 105 0 20 446 100 67
Binary 11000101 1000001 11010101 1000 1000101 0 10000 100100110 1000000 110111

Color Harmonies of #C541D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541D5

Black with #C541D5

Text Example


Text Example

White with #C541D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541D5; }

 p { color: rgb(197,65,213); }

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

background-color css

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

 a { background-color: rgb(197,65,213); }

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

border-color css

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

 span { border-color: rgb(197,65,213); }

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