Html Css Color HEX #C540DE Medium Orchid

📋 copy color: '#C540DE'

red 197 ◦ green 64 ◦ blue 222

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

Shades of Medium Orchid #C540DE

Tints of Medium Orchid #C540DE

RGB

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

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

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

R = 40.79%
G = 13.25%
B = 45.96%

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

#C540DE (or 0xC540DE) is known color: Medium Orchid. HEX triplet: C5, 40 and DE. RGB value is (197,64,222). Sum of RGB (Red+Green+Blue) = 197+64+222=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #C540DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540DE is #3ABF21. Grayscale: #797979. Windows color (decimal): -3850018 or 14565573. OLE color: 14565573.

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

Color convert

RGB 197 64 222 -
CMYK 0.11 0.71 0 0.13
HSL 290.51º 0.71% 0.56% -
HSV(B) 290.51º 0.71% 0.87% -
XYZ 38.04 20.81 71.12 -
YUV 121.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 197 64 222 0.11 0.71 0 0.13 290.51 0.71 0.56
Hex C5 40 DE B 47 0 D 123 47 38
Octal 305 100 336 13 107 0 15 443 107 70
Binary 11000101 1000000 11011110 1011 1000111 0 1101 100100011 1000111 111000

Color Harmonies of #C540DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540DE

Black with #C540DE

Text Example


Text Example

White with #C540DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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