Html Css Color HEX #C549DD Medium Orchid

📋 copy color: '#C549DD'

red 197 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #C549DD

Tints of Medium Orchid #C549DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 40.12%
G = 14.87%
B = 45.01%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C549DD (or 0xC549DD) is known color: Medium Orchid. HEX triplet: C5, 49 and DD. RGB value is (197,73,221). Sum of RGB (Red+Green+Blue) = 197+73+221=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #C549DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549DD is #3AB622. Grayscale: #7E7E7E. Windows color (decimal): -3847715 or 14502341. OLE color: 14502341.

HSL color Cylindrical-coordinate representation of color #C549DD: hue angle of 290.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C549DD is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 73 221 -
CMYK 0.11 0.67 0 0.13
HSL 290.27º 0.69% 0.58% -
HSV(B) 290.27º 0.67% 0.87% -
XYZ 38.46 21.86 70.6 -
YUV 126.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 197 73 221 0.11 0.67 0 0.13 290.27 0.69 0.58
Hex C5 49 DD B 43 0 D 122 45 3A
Octal 305 111 335 13 103 0 15 442 105 72
Binary 11000101 1001001 11011101 1011 1000011 0 1101 100100010 1000101 111010

Color Harmonies of #C549DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549DD

Black with #C549DD

Text Example


Text Example

White with #C549DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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