Html Css Color HEX #C540D9 Medium Orchid

📋 copy color: '#C540D9'

red 197 ◦ green 64 ◦ blue 217

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

Shades of Medium Orchid #C540D9

Tints of Medium Orchid #C540D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.4%

R = 41.21%
G = 13.39%
B = 45.4%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C540D9 (or 0xC540D9) is known color: Medium Orchid. HEX triplet: C5, 40 and D9. RGB value is (197,64,217). Sum of RGB (Red+Green+Blue) = 197+64+217=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #C540D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540D9 is #3ABF26. Grayscale: #787878. Windows color (decimal): -3850023 or 14237893. OLE color: 14237893.

HSL color Cylindrical-coordinate representation of color #C540D9: hue angle of 292.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C540D9 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 64 217 -
CMYK 0.09 0.71 0 0.15
HSL 292.16º 0.67% 0.55% -
HSV(B) 292.16º 0.71% 0.85% -
XYZ 37.38 20.55 67.64 -
YUV 121.21 182.06 182.06 -
System Red Green Blue C M Y K H S L
Decimal 197 64 217 0.09 0.71 0 0.15 292.16 0.67 0.55
Hex C5 40 D9 9 47 0 F 124 43 37
Octal 305 100 331 11 107 0 17 444 103 67
Binary 11000101 1000000 11011001 1001 1000111 0 1111 100100100 1000011 110111

Color Harmonies of #C540D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540D9

Black with #C540D9

Text Example


Text Example

White with #C540D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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