Html Css Color HEX #C541DC Medium Orchid

📋 copy color: '#C541DC'

red 197 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #C541DC

Tints of Medium Orchid #C541DC

RGB

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

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

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

R = 40.87%
G = 13.49%
B = 45.64%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C541DC (or 0xC541DC) is known color: Medium Orchid. HEX triplet: C5, 41 and DC. RGB value is (197,65,220). Sum of RGB (Red+Green+Blue) = 197+65+220=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #C541DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541DC is #3ABE23. Grayscale: #797979. Windows color (decimal): -3849764 or 14434757. OLE color: 14434757.

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

Color convert

RGB 197 65 220 -
CMYK 0.10 0.70 0 0.14
HSL 291.1º 0.69% 0.56% -
HSV(B) 291.1º 0.7% 0.86% -
XYZ 37.83 20.82 69.73 -
YUV 122.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 197 65 220 0.10 0.70 0 0.14 291.1 0.69 0.56
Hex C5 41 DC A 46 0 E 123 45 38
Octal 305 101 334 12 106 0 16 443 105 70
Binary 11000101 1000001 11011100 1010 1000110 0 1110 100100011 1000101 111000

Color Harmonies of #C541DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541DC

Black with #C541DC

Text Example


Text Example

White with #C541DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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