Html Css Color HEX #C541DE Medium Orchid

📋 copy color: '#C541DE'

red 197 ◦ green 65 ◦ blue 222

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

Shades of Medium Orchid #C541DE

Tints of Medium Orchid #C541DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 40.7%
G = 13.43%
B = 45.87%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C541DE (or 0xC541DE) is known color: Medium Orchid. HEX triplet: C5, 41 and DE. RGB value is (197,65,222). Sum of RGB (Red+Green+Blue) = 197+65+222=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #C541DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541DE is #3ABE21. Grayscale: #797979. Windows color (decimal): -3849762 or 14565829. OLE color: 14565829.

HSL color Cylindrical-coordinate representation of color #C541DE: hue angle of 290.45º degrees, saturation: 0.7, 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 #C541DE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 65 222 -
CMYK 0.11 0.71 0 0.13
HSL 290.45º 0.7% 0.56% -
HSV(B) 290.45º 0.71% 0.87% -
XYZ 38.1 20.92 71.14 -
YUV 122.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 197 65 222 0.11 0.71 0 0.13 290.45 0.7 0.56
Hex C5 41 DE B 47 0 D 122 46 38
Octal 305 101 336 13 107 0 15 442 106 70
Binary 11000101 1000001 11011110 1011 1000111 0 1101 100100010 1000110 111000

Color Harmonies of #C541DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541DE

Black with #C541DE

Text Example


Text Example

White with #C541DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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