Html Css Color HEX #C545FE Medium Orchid

📋 copy color: '#C545FE'

red 197 ◦ green 69 ◦ blue 254

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

Shades of Medium Orchid #C545FE

Tints of Medium Orchid #C545FE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.27%

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

R = 37.88%
G = 13.27%
B = 48.85%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C545FE (or 0xC545FE) is known color: Medium Orchid. HEX triplet: C5, 45 and FE. RGB value is (197,69,254). Sum of RGB (Red+Green+Blue) = 197+69+254=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #C545FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545FE is #3ABA01. Grayscale: #7F7F7F. Windows color (decimal): -3848706 or 16664005. OLE color: 16664005.

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

Color convert

RGB 197 69 254 -
CMYK 0.22 0.73 0 0.00
HSL 281.51º 0.99% 0.63% -
HSV(B) 281.51º 0.73% 1% -
XYZ 43.04 23.28 95.99 -
YUV 128.36 198.91 176.96 -
System Red Green Blue C M Y K H S L
Decimal 197 69 254 0.22 0.73 0 0.00 281.51 0.99 0.63
Hex C5 45 FE 16 49 0 0 11A 63 3F
Octal 305 105 376 26 111 0 0 432 143 77
Binary 11000101 1000101 11111110 10110 1001001 0 0 100011010 1100011 111111

Color Harmonies of #C545FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545FE

Black with #C545FE

Text Example


Text Example

White with #C545FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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