Html Css Color HEX #C541FB Medium Orchid

📋 copy color: '#C541FB'

red 197 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #C541FB

Tints of Medium Orchid #C541FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 38.4%
G = 12.67%
B = 48.93%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C541FB (or 0xC541FB) is known color: Medium Orchid. HEX triplet: C5, 41 and FB. RGB value is (197,65,251). Sum of RGB (Red+Green+Blue) = 197+65+251=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #C541FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C541FB is #3ABE04. Grayscale: #7D7D7D. Windows color (decimal): -3849733 or 16466373. OLE color: 16466373.

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

Color convert

RGB 197 65 251 -
CMYK 0.22 0.74 0 0.02
HSL 282.58º 0.96% 0.62% -
HSV(B) 282.58º 0.74% 0.98% -
XYZ 42.33 22.62 93.4 -
YUV 125.67 198.73 178.88 -
System Red Green Blue C M Y K H S L
Decimal 197 65 251 0.22 0.74 0 0.02 282.58 0.96 0.62
Hex C5 41 FB 16 4A 0 2 11B 60 3E
Octal 305 101 373 26 112 0 2 433 140 76
Binary 11000101 1000001 11111011 10110 1001010 0 10 100011011 1100000 111110

Color Harmonies of #C541FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541FB

Black with #C541FB

Text Example


Text Example

White with #C541FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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