Html Css Color HEX #C546FB Medium Orchid

📋 copy color: '#C546FB'

red 197 ◦ green 70 ◦ blue 251

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

Shades of Medium Orchid #C546FB

Tints of Medium Orchid #C546FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 38.03%
G = 13.51%
B = 48.46%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C546FB (or 0xC546FB) is known color: Medium Orchid. HEX triplet: C5, 46 and FB. RGB value is (197,70,251). Sum of RGB (Red+Green+Blue) = 197+70+251=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #C546FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C546FB is #3AB904. Grayscale: #808080. Windows color (decimal): -3848453 or 16467653. OLE color: 16467653.

HSL color Cylindrical-coordinate representation of color #C546FB: hue angle of 282.1º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C546FB is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 70 251 -
CMYK 0.22 0.72 0 0.02
HSL 282.1º 0.96% 0.63% -
HSV(B) 282.1º 0.72% 0.98% -
XYZ 42.63 23.22 93.5 -
YUV 128.61 197.08 176.78 -
System Red Green Blue C M Y K H S L
Decimal 197 70 251 0.22 0.72 0 0.02 282.1 0.96 0.63
Hex C5 46 FB 16 48 0 2 11A 60 3F
Octal 305 106 373 26 110 0 2 432 140 77
Binary 11000101 1000110 11111011 10110 1001000 0 10 100011010 1100000 111111

Color Harmonies of #C546FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546FB

Black with #C546FB

Text Example


Text Example

White with #C546FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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