Html Css Color HEX #C540D3 Medium Orchid

📋 copy color: '#C540D3'

red 197 ◦ green 64 ◦ blue 211

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

Shades of Medium Orchid #C540D3

Tints of Medium Orchid #C540D3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.56%

 BLUE value IS 211 (82.81% from 255) = 44.7%

R = 41.74%
G = 13.56%
B = 44.7%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C540D3 (or 0xC540D3) is known color: Medium Orchid. HEX triplet: C5, 40 and D3. RGB value is (197,64,211). Sum of RGB (Red+Green+Blue) = 197+64+211=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #C540D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540D3 is #3ABF2C. Grayscale: #787878. Windows color (decimal): -3850029 or 13844677. OLE color: 13844677.

HSL color Cylindrical-coordinate representation of color #C540D3: hue angle of 294.29º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C540D3 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 64 211 -
CMYK 0.07 0.70 0 0.17
HSL 294.29º 0.63% 0.54% -
HSV(B) 294.29º 0.7% 0.83% -
XYZ 36.62 20.24 63.6 -
YUV 120.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 197 64 211 0.07 0.70 0 0.17 294.29 0.63 0.54
Hex C5 40 D3 7 46 0 11 126 3F 36
Octal 305 100 323 7 106 0 21 446 77 66
Binary 11000101 1000000 11010011 111 1000110 0 10001 100100110 111111 110110

Color Harmonies of #C540D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540D3

Black with #C540D3

Text Example


Text Example

White with #C540D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540D3; }

 p { color: rgb(197,64,211); }

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

background-color css

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

 a { background-color: rgb(197,64,211); }

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

border-color css

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

 span { border-color: rgb(197,64,211); }

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