Html Css Color HEX #C544D0 Medium Orchid

📋 copy color: '#C544D0'

red 197 ◦ green 68 ◦ blue 208

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

Shades of Medium Orchid #C544D0

Tints of Medium Orchid #C544D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 41.65%
G = 14.38%
B = 43.97%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C544D0 (or 0xC544D0) is known color: Medium Orchid. HEX triplet: C5, 44 and D0. RGB value is (197,68,208). Sum of RGB (Red+Green+Blue) = 197+68+208=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #C544D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544D0 is #3ABB2F. Grayscale: #7A7A7A. Windows color (decimal): -3849008 or 13649093. OLE color: 13649093.

HSL color Cylindrical-coordinate representation of color #C544D0: hue angle of 295.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C544D0 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 68 208 -
CMYK 0.05 0.67 0 0.18
HSL 295.29º 0.6% 0.54% -
HSV(B) 295.29º 0.67% 0.82% -
XYZ 36.48 20.56 61.72 -
YUV 122.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 197 68 208 0.05 0.67 0 0.18 295.29 0.6 0.54
Hex C5 44 D0 5 43 0 12 127 3C 36
Octal 305 104 320 5 103 0 22 447 74 66
Binary 11000101 1000100 11010000 101 1000011 0 10010 100100111 111100 110110

Color Harmonies of #C544D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544D0

Black with #C544D0

Text Example


Text Example

White with #C544D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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