Html Css Color HEX #C541DF Medium Orchid

📋 copy color: '#C541DF'

red 197 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #C541DF

Tints of Medium Orchid #C541DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 40.62%
G = 13.4%
B = 45.98%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C541DF (or 0xC541DF) is known color: Medium Orchid. HEX triplet: C5, 41 and DF. RGB value is (197,65,223). Sum of RGB (Red+Green+Blue) = 197+65+223=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #C541DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541DF is #3ABE20. Grayscale: #797979. Windows color (decimal): -3849761 or 14631365. OLE color: 14631365.

HSL color Cylindrical-coordinate representation of color #C541DF: hue angle of 290.13º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C541DF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 65 223 -
CMYK 0.12 0.71 0 0.13
HSL 290.13º 0.71% 0.56% -
HSV(B) 290.13º 0.71% 0.87% -
XYZ 38.24 20.98 71.85 -
YUV 122.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 197 65 223 0.12 0.71 0 0.13 290.13 0.71 0.56
Hex C5 41 DF C 47 0 D 122 47 38
Octal 305 101 337 14 107 0 15 442 107 70
Binary 11000101 1000001 11011111 1100 1000111 0 1101 100100010 1000111 111000

Color Harmonies of #C541DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541DF

Black with #C541DF

Text Example


Text Example

White with #C541DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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