Html Css Color HEX #C541DB Medium Orchid

📋 copy color: '#C541DB'

red 197 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #C541DB

Tints of Medium Orchid #C541DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 40.96%
G = 13.51%
B = 45.53%

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

#C541DB (or 0xC541DB) is known color: Medium Orchid. HEX triplet: C5, 41 and DB. RGB value is (197,65,219). Sum of RGB (Red+Green+Blue) = 197+65+219=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #C541DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541DB is #3ABE24. Grayscale: #797979. Windows color (decimal): -3849765 or 14369221. OLE color: 14369221.

HSL color Cylindrical-coordinate representation of color #C541DB: hue angle of 291.43º degrees, saturation: 0.68, 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 #C541DB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 65 219 -
CMYK 0.10 0.70 0 0.14
HSL 291.43º 0.68% 0.56% -
HSV(B) 291.43º 0.7% 0.86% -
XYZ 37.7 20.77 69.04 -
YUV 122.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 197 65 219 0.10 0.70 0 0.14 291.43 0.68 0.56
Hex C5 41 DB A 46 0 E 123 44 38
Octal 305 101 333 12 106 0 16 443 104 70
Binary 11000101 1000001 11011011 1010 1000110 0 1110 100100011 1000100 111000

Color Harmonies of #C541DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541DB

Black with #C541DB

Text Example


Text Example

White with #C541DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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