Html Css Color HEX #C541FD Medium Orchid

📋 copy color: '#C541FD'

red 197 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #C541FD

Tints of Medium Orchid #C541FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.62%

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

R = 38.25%
G = 12.62%
B = 49.13%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C541FD (or 0xC541FD) is known color: Medium Orchid. HEX triplet: C5, 41 and FD. RGB value is (197,65,253). Sum of RGB (Red+Green+Blue) = 197+65+253=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #C541FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C541FD is #3ABE02. Grayscale: #7D7D7D. Windows color (decimal): -3849731 or 16597445. OLE color: 16597445.

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

Color convert

RGB 197 65 253 -
CMYK 0.22 0.74 0 0.01
HSL 282.13º 0.98% 0.62% -
HSV(B) 282.13º 0.74% 0.99% -
XYZ 42.65 22.74 95.07 -
YUV 125.9 199.73 178.71 -
System Red Green Blue C M Y K H S L
Decimal 197 65 253 0.22 0.74 0 0.01 282.13 0.98 0.62
Hex C5 41 FD 16 4A 0 1 11A 62 3E
Octal 305 101 375 26 112 0 1 432 142 76
Binary 11000101 1000001 11111101 10110 1001010 0 1 100011010 1100010 111110

Color Harmonies of #C541FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541FD

Black with #C541FD

Text Example


Text Example

White with #C541FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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