Html Css Color HEX #C54AFF Medium Orchid

📋 copy color: '#C54AFF'

red 197 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #C54AFF

Tints of Medium Orchid #C54AFF

RGB

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

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

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

R = 37.45%
G = 14.07%
B = 48.48%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C54AFF (or 0xC54AFF) is known color: Medium Orchid. HEX triplet: C5, 4A and FF. RGB value is (197,74,255). Sum of RGB (Red+Green+Blue) = 197+74+255=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #C54AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AFF is #3AB500. Grayscale: #828282. Windows color (decimal): -3847425 or 16730821. OLE color: 16730821.

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

Color convert

RGB 197 74 255 -
CMYK 0.23 0.71 0 0
HSL 280.77º 1% 0.65% -
HSV(B) 280.77º 0.71% 1% -
XYZ 43.52 23.99 96.94 -
YUV 131.41 197.75 174.78 -
System Red Green Blue C M Y K H S L
Decimal 197 74 255 0.23 0.71 0 0 280.77 1 0.65
Hex C5 4A FF 17 47 0 0 119 64 41
Octal 305 112 377 27 107 0 0 431 144 101
Binary 11000101 1001010 11111111 10111 1000111 0 0 100011001 1100100 1000001

Color Harmonies of #C54AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54AFF

Black with #C54AFF

Text Example


Text Example

White with #C54AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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