Html Css Color HEX #C540DA Medium Orchid

📋 copy color: '#C540DA'

red 197 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #C540DA

Tints of Medium Orchid #C540DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 41.13%
G = 13.36%
B = 45.51%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C540DA (or 0xC540DA) is known color: Medium Orchid. HEX triplet: C5, 40 and DA. RGB value is (197,64,218). Sum of RGB (Red+Green+Blue) = 197+64+218=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #C540DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540DA is #3ABF25. Grayscale: #787878. Windows color (decimal): -3850022 or 14303429. OLE color: 14303429.

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

Color convert

RGB 197 64 218 -
CMYK 0.10 0.71 0 0.15
HSL 291.82º 0.68% 0.55% -
HSV(B) 291.82º 0.71% 0.85% -
XYZ 37.51 20.6 68.33 -
YUV 121.32 182.56 181.98 -
System Red Green Blue C M Y K H S L
Decimal 197 64 218 0.10 0.71 0 0.15 291.82 0.68 0.55
Hex C5 40 DA A 47 0 F 124 44 37
Octal 305 100 332 12 107 0 17 444 104 67
Binary 11000101 1000000 11011010 1010 1000111 0 1111 100100100 1000100 110111

Color Harmonies of #C540DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540DA

Black with #C540DA

Text Example


Text Example

White with #C540DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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