Html Css Color HEX #C549EB Medium Orchid

📋 copy color: '#C549EB'

red 197 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #C549EB

Tints of Medium Orchid #C549EB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.46%

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

R = 39.01%
G = 14.46%
B = 46.53%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C549EB (or 0xC549EB) is known color: Medium Orchid. HEX triplet: C5, 49 and EB. RGB value is (197,73,235). Sum of RGB (Red+Green+Blue) = 197+73+235=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #C549EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C549EB is #3AB614. Grayscale: #808080. Windows color (decimal): -3847701 or 15419845. OLE color: 15419845.

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

Color convert

RGB 197 73 235 -
CMYK 0.16 0.69 0 0.08
HSL 285.93º 0.8% 0.6% -
HSV(B) 285.93º 0.69% 0.92% -
XYZ 40.4 22.63 80.84 -
YUV 128.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 197 73 235 0.16 0.69 0 0.08 285.93 0.8 0.6
Hex C5 49 EB 10 45 0 8 11E 50 3C
Octal 305 111 353 20 105 0 10 436 120 74
Binary 11000101 1001001 11101011 10000 1000101 0 1000 100011110 1010000 111100

Color Harmonies of #C549EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549EB

Black with #C549EB

Text Example


Text Example

White with #C549EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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