Html Css Color HEX #C540FD Medium Orchid

📋 copy color: '#C540FD'

red 197 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #C540FD

Tints of Medium Orchid #C540FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 38.33%
G = 12.45%
B = 49.22%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C540FD (or 0xC540FD) is known color: Medium Orchid. HEX triplet: C5, 40 and FD. RGB value is (197,64,253). Sum of RGB (Red+Green+Blue) = 197+64+253=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #C540FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C540FD is #3ABF02. Grayscale: #7C7C7C. Windows color (decimal): -3849987 or 16597189. OLE color: 16597189.

HSL color Cylindrical-coordinate representation of color #C540FD: hue angle of 282.22º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C540FD is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 64 253 -
CMYK 0.22 0.75 0 0.01
HSL 282.22º 0.98% 0.62% -
HSV(B) 282.22º 0.75% 0.99% -
XYZ 42.59 22.63 95.05 -
YUV 125.31 200.06 179.13 -
System Red Green Blue C M Y K H S L
Decimal 197 64 253 0.22 0.75 0 0.01 282.22 0.98 0.62
Hex C5 40 FD 16 4B 0 1 11A 62 3E
Octal 305 100 375 26 113 0 1 432 142 76
Binary 11000101 1000000 11111101 10110 1001011 0 1 100011010 1100010 111110

Color Harmonies of #C540FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540FD

Black with #C540FD

Text Example


Text Example

White with #C540FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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