Html Css Color HEX #C54CFF Medium Orchid

📋 copy color: '#C54CFF'

red 197 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #C54CFF

Tints of Medium Orchid #C54CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.39%

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

R = 37.31%
G = 14.39%
B = 48.3%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C54CFF (or 0xC54CFF) is known color: Medium Orchid. HEX triplet: C5, 4C and FF. RGB value is (197,76,255). Sum of RGB (Red+Green+Blue) = 197+76+255=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #C54CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CFF is #3AB300. Grayscale: #838383. Windows color (decimal): -3846913 or 16731333. OLE color: 16731333.

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

Color convert

RGB 197 76 255 -
CMYK 0.23 0.70 0 0
HSL 280.56º 1% 0.65% -
HSV(B) 280.56º 0.7% 1% -
XYZ 43.66 24.26 96.99 -
YUV 132.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 197 76 255 0.23 0.70 0 0 280.56 1 0.65
Hex C5 4C FF 17 46 0 0 119 64 41
Octal 305 114 377 27 106 0 0 431 144 101
Binary 11000101 1001100 11111111 10111 1000110 0 0 100011001 1100100 1000001

Color Harmonies of #C54CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CFF

Black with #C54CFF

Text Example


Text Example

White with #C54CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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