Html Css Color HEX #C54FFA Medium Orchid

📋 copy color: '#C54FFA'

red 197 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #C54FFA

Tints of Medium Orchid #C54FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.02%

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

R = 37.45%
G = 15.02%
B = 47.53%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C54FFA (or 0xC54FFA) is known color: Medium Orchid. HEX triplet: C5, 4F and FA. RGB value is (197,79,250). Sum of RGB (Red+Green+Blue) = 197+79+250=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #C54FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FFA is #3AB005. Grayscale: #858585. Windows color (decimal): -3846150 or 16404421. OLE color: 16404421.

HSL color Cylindrical-coordinate representation of color #C54FFA: hue angle of 281.4º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54FFA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 79 250 -
CMYK 0.21 0.68 0 0.02
HSL 281.4º 0.94% 0.65% -
HSV(B) 281.4º 0.68% 0.98% -
XYZ 43.08 24.36 92.87 -
YUV 133.78 193.59 173.1 -
System Red Green Blue C M Y K H S L
Decimal 197 79 250 0.21 0.68 0 0.02 281.4 0.94 0.65
Hex C5 4F FA 15 44 0 2 119 5E 41
Octal 305 117 372 25 104 0 2 431 136 101
Binary 11000101 1001111 11111010 10101 1000100 0 10 100011001 1011110 1000001

Color Harmonies of #C54FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54FFA

Black with #C54FFA

Text Example


Text Example

White with #C54FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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