Html Css Color HEX #C548DD Medium Orchid

📋 copy color: '#C548DD'

red 197 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #C548DD

Tints of Medium Orchid #C548DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.69%

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

R = 40.2%
G = 14.69%
B = 45.1%

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

#C548DD (or 0xC548DD) is known color: Medium Orchid. HEX triplet: C5, 48 and DD. RGB value is (197,72,221). Sum of RGB (Red+Green+Blue) = 197+72+221=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #C548DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548DD is #3AB722. Grayscale: #7D7D7D. Windows color (decimal): -3847971 or 14502085. OLE color: 14502085.

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

Color convert

RGB 197 72 221 -
CMYK 0.11 0.67 0 0.13
HSL 290.34º 0.69% 0.57% -
HSV(B) 290.34º 0.67% 0.87% -
XYZ 38.39 21.73 70.58 -
YUV 126.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 197 72 221 0.11 0.67 0 0.13 290.34 0.69 0.57
Hex C5 48 DD B 43 0 D 122 45 39
Octal 305 110 335 13 103 0 15 442 105 71
Binary 11000101 1001000 11011101 1011 1000011 0 1101 100100010 1000101 111001

Color Harmonies of #C548DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548DD

Black with #C548DD

Text Example


Text Example

White with #C548DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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