Html Css Color HEX #C541D9 Medium Orchid

📋 copy color: '#C541D9'

red 197 ◦ green 65 ◦ blue 217

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

Shades of Medium Orchid #C541D9

Tints of Medium Orchid #C541D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.3%

R = 41.13%
G = 13.57%
B = 45.3%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C541D9 (or 0xC541D9) is known color: Medium Orchid. HEX triplet: C5, 41 and D9. RGB value is (197,65,217). Sum of RGB (Red+Green+Blue) = 197+65+217=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #C541D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541D9 is #3ABE26. Grayscale: #797979. Windows color (decimal): -3849767 or 14238149. OLE color: 14238149.

HSL color Cylindrical-coordinate representation of color #C541D9: hue angle of 292.11º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C541D9 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 65 217 -
CMYK 0.09 0.70 0 0.15
HSL 292.11º 0.67% 0.55% -
HSV(B) 292.11º 0.7% 0.85% -
XYZ 37.44 20.66 67.66 -
YUV 121.8 181.73 181.64 -
System Red Green Blue C M Y K H S L
Decimal 197 65 217 0.09 0.70 0 0.15 292.11 0.67 0.55
Hex C5 41 D9 9 46 0 F 124 43 37
Octal 305 101 331 11 106 0 17 444 103 67
Binary 11000101 1000001 11011001 1001 1000110 0 1111 100100100 1000011 110111

Color Harmonies of #C541D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541D9

Black with #C541D9

Text Example


Text Example

White with #C541D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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