Html Css Color HEX #C544DB Medium Orchid

📋 copy color: '#C544DB'

red 197 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #C544DB

Tints of Medium Orchid #C544DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.05%

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 40.7%
G = 14.05%
B = 45.25%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C544DB (or 0xC544DB) is known color: Medium Orchid. HEX triplet: C5, 44 and DB. RGB value is (197,68,219). Sum of RGB (Red+Green+Blue) = 197+68+219=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #C544DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544DB is #3ABB24. Grayscale: #7B7B7B. Windows color (decimal): -3848997 or 14369989. OLE color: 14369989.

HSL color Cylindrical-coordinate representation of color #C544DB: hue angle of 291.26º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C544DB is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 68 219 -
CMYK 0.10 0.69 0 0.14
HSL 291.26º 0.68% 0.56% -
HSV(B) 291.26º 0.69% 0.86% -
XYZ 37.88 21.12 69.1 -
YUV 123.79 181.74 180.22 -
System Red Green Blue C M Y K H S L
Decimal 197 68 219 0.10 0.69 0 0.14 291.26 0.68 0.56
Hex C5 44 DB A 45 0 E 123 44 38
Octal 305 104 333 12 105 0 16 443 104 70
Binary 11000101 1000100 11011011 1010 1000101 0 1110 100100011 1000100 111000

Color Harmonies of #C544DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544DB

Black with #C544DB

Text Example


Text Example

White with #C544DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544DB; }

 p { color: rgb(197,68,219); }

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

background-color css

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

 a { background-color: rgb(197,68,219); }

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

border-color css

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

 span { border-color: rgb(197,68,219); }

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