Html Css Color HEX #C541FF Medium Orchid

📋 copy color: '#C541FF'

red 197 ◦ green 65 ◦ blue 255

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

Shades of Medium Orchid #C541FF

Tints of Medium Orchid #C541FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 38.1%
G = 12.57%
B = 49.32%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C541FF (or 0xC541FF) is known color: Medium Orchid. HEX triplet: C5, 41 and FF. RGB value is (197,65,255). Sum of RGB (Red+Green+Blue) = 197+65+255=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #C541FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C541FF is #3ABE00. Grayscale: #7D7D7D. Windows color (decimal): -3849729 or 16728517. OLE color: 16728517.

HSL color Cylindrical-coordinate representation of color #C541FF: hue angle of 281.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C541FF is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 65 255 -
CMYK 0.23 0.75 0 0
HSL 281.68º 1% 0.63% -
HSV(B) 281.68º 0.75% 1% -
XYZ 42.97 22.87 96.76 -
YUV 126.13 200.73 178.55 -
System Red Green Blue C M Y K H S L
Decimal 197 65 255 0.23 0.75 0 0 281.68 1 0.63
Hex C5 41 FF 17 4B 0 0 11A 64 3F
Octal 305 101 377 27 113 0 0 432 144 77
Binary 11000101 1000001 11111111 10111 1001011 0 0 100011010 1100100 111111

Color Harmonies of #C541FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541FF

Black with #C541FF

Text Example


Text Example

White with #C541FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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