Html Css Color HEX #C541FA Medium Orchid

📋 copy color: '#C541FA'

red 197 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #C541FA

Tints of Medium Orchid #C541FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 38.48%
G = 12.7%
B = 48.83%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C541FA (or 0xC541FA) is known color: Medium Orchid. HEX triplet: C5, 41 and FA. RGB value is (197,65,250). Sum of RGB (Red+Green+Blue) = 197+65+250=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #C541FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C541FA is #3ABE05. Grayscale: #7C7C7C. Windows color (decimal): -3849734 or 16400837. OLE color: 16400837.

HSL color Cylindrical-coordinate representation of color #C541FA: hue angle of 282.81º degrees, saturation: 0.95, 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 #C541FA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 65 250 -
CMYK 0.21 0.74 0 0.02
HSL 282.81º 0.95% 0.62% -
HSV(B) 282.81º 0.74% 0.98% -
XYZ 42.17 22.55 92.57 -
YUV 125.56 198.23 178.96 -
System Red Green Blue C M Y K H S L
Decimal 197 65 250 0.21 0.74 0 0.02 282.81 0.95 0.62
Hex C5 41 FA 15 4A 0 2 11B 5F 3E
Octal 305 101 372 25 112 0 2 433 137 76
Binary 11000101 1000001 11111010 10101 1001010 0 10 100011011 1011111 111110

Color Harmonies of #C541FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541FA

Black with #C541FA

Text Example


Text Example

White with #C541FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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