Html Css Color HEX #C546FF Medium Orchid

📋 copy color: '#C546FF'

red 197 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #C546FF

Tints of Medium Orchid #C546FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.41%

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

R = 37.74%
G = 13.41%
B = 48.85%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C546FF (or 0xC546FF) is known color: Medium Orchid. HEX triplet: C5, 46 and FF. RGB value is (197,70,255). Sum of RGB (Red+Green+Blue) = 197+70+255=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #C546FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C546FF is #3AB900. Grayscale: #808080. Windows color (decimal): -3848449 or 16729797. OLE color: 16729797.

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

Color convert

RGB 197 70 255 -
CMYK 0.23 0.73 0 0
HSL 281.19º 1% 0.64% -
HSV(B) 281.19º 0.73% 1% -
XYZ 43.27 23.47 96.86 -
YUV 129.06 199.08 176.46 -
System Red Green Blue C M Y K H S L
Decimal 197 70 255 0.23 0.73 0 0 281.19 1 0.64
Hex C5 46 FF 17 49 0 0 119 64 40
Octal 305 106 377 27 111 0 0 431 144 100
Binary 11000101 1000110 11111111 10111 1001001 0 0 100011001 1100100 1000000

Color Harmonies of #C546FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546FF

Black with #C546FF

Text Example


Text Example

White with #C546FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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