Html Css Color HEX #C546EB Medium Orchid

📋 copy color: '#C546EB'

red 197 ◦ green 70 ◦ blue 235

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

Shades of Medium Orchid #C546EB

Tints of Medium Orchid #C546EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 39.24%
G = 13.94%
B = 46.81%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C546EB (or 0xC546EB) is known color: Medium Orchid. HEX triplet: C5, 46 and EB. RGB value is (197,70,235). Sum of RGB (Red+Green+Blue) = 197+70+235=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 70 (27.73% from 255 or 13.94% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #C546EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C546EB is #3AB914. Grayscale: #7E7E7E. Windows color (decimal): -3848469 or 15419077. OLE color: 15419077.

HSL color Cylindrical-coordinate representation of color #C546EB: hue angle of 286.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C546EB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 70 235 -
CMYK 0.16 0.70 0 0.08
HSL 286.18º 0.8% 0.6% -
HSV(B) 286.18º 0.7% 0.92% -
XYZ 40.21 22.25 80.77 -
YUV 126.78 189.08 178.08 -
System Red Green Blue C M Y K H S L
Decimal 197 70 235 0.16 0.70 0 0.08 286.18 0.8 0.6
Hex C5 46 EB 10 46 0 8 11E 50 3C
Octal 305 106 353 20 106 0 10 436 120 74
Binary 11000101 1000110 11101011 10000 1000110 0 1000 100011110 1010000 111100

Color Harmonies of #C546EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546EB

Black with #C546EB

Text Example


Text Example

White with #C546EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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