Html Css Color HEX #C54AFE Medium Orchid

📋 copy color: '#C54AFE'

red 197 ◦ green 74 ◦ blue 254

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

Shades of Medium Orchid #C54AFE

Tints of Medium Orchid #C54AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.1%

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 37.52%
G = 14.1%
B = 48.38%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C54AFE (or 0xC54AFE) is known color: Medium Orchid. HEX triplet: C5, 4A and FE. RGB value is (197,74,254). Sum of RGB (Red+Green+Blue) = 197+74+254=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #C54AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AFE is #3AB501. Grayscale: #828282. Windows color (decimal): -3847426 or 16665285. OLE color: 16665285.

HSL color Cylindrical-coordinate representation of color #C54AFE: hue angle of 281º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C54AFE is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 74 254 -
CMYK 0.22 0.71 0 0.00
HSL 281º 0.99% 0.64% -
HSV(B) 281º 0.71% 1% -
XYZ 43.36 23.92 96.1 -
YUV 131.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 197 74 254 0.22 0.71 0 0.00 281 0.99 0.64
Hex C5 4A FE 16 47 0 0 119 63 40
Octal 305 112 376 26 107 0 0 431 143 100
Binary 11000101 1001010 11111110 10110 1000111 0 0 100011001 1100011 1000000

Color Harmonies of #C54AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54AFE

Black with #C54AFE

Text Example


Text Example

White with #C54AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54AFE; }

 p { color: rgb(197,74,254); }

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

background-color css

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

 a { background-color: rgb(197,74,254); }

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

border-color css

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

 span { border-color: rgb(197,74,254); }

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