Html Css Color HEX #C545DB Medium Orchid

📋 copy color: '#C545DB'

red 197 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #C545DB

Tints of Medium Orchid #C545DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.23%

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

R = 40.62%
G = 14.23%
B = 45.15%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C545DB (or 0xC545DB) is known color: Medium Orchid. HEX triplet: C5, 45 and DB. RGB value is (197,69,219). Sum of RGB (Red+Green+Blue) = 197+69+219=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #C545DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545DB is #3ABA24. Grayscale: #7B7B7B. Windows color (decimal): -3848741 or 14370245. OLE color: 14370245.

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

Color convert

RGB 197 69 219 -
CMYK 0.10 0.68 0 0.14
HSL 291.2º 0.68% 0.56% -
HSV(B) 291.2º 0.68% 0.86% -
XYZ 37.94 21.24 69.12 -
YUV 124.37 181.41 179.8 -
System Red Green Blue C M Y K H S L
Decimal 197 69 219 0.10 0.68 0 0.14 291.2 0.68 0.56
Hex C5 45 DB A 44 0 E 123 44 38
Octal 305 105 333 12 104 0 16 443 104 70
Binary 11000101 1000101 11011011 1010 1000100 0 1110 100100011 1000100 111000

Color Harmonies of #C545DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545DB

Black with #C545DB

Text Example


Text Example

White with #C545DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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