Html Css Color HEX #C54BFE Medium Orchid

📋 copy color: '#C54BFE'

red 197 ◦ green 75 ◦ blue 254

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

Shades of Medium Orchid #C54BFE

Tints of Medium Orchid #C54BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.26%

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

R = 37.45%
G = 14.26%
B = 48.29%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C54BFE (or 0xC54BFE) is known color: Medium Orchid. HEX triplet: C5, 4B and FE. RGB value is (197,75,254). Sum of RGB (Red+Green+Blue) = 197+75+254=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #C54BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BFE is #3AB401. Grayscale: #838383. Windows color (decimal): -3847170 or 16665541. OLE color: 16665541.

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

Color convert

RGB 197 75 254 -
CMYK 0.22 0.70 0 0.00
HSL 280.89º 0.99% 0.65% -
HSV(B) 280.89º 0.7% 1% -
XYZ 43.43 24.06 96.12 -
YUV 131.88 196.92 174.45 -
System Red Green Blue C M Y K H S L
Decimal 197 75 254 0.22 0.70 0 0.00 280.89 0.99 0.65
Hex C5 4B FE 16 46 0 0 119 63 41
Octal 305 113 376 26 106 0 0 431 143 101
Binary 11000101 1001011 11111110 10110 1000110 0 0 100011001 1100011 1000001

Color Harmonies of #C54BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BFE

Black with #C54BFE

Text Example


Text Example

White with #C54BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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