Html Css Color HEX #C557DC Medium Orchid

📋 copy color: '#C557DC'

red 197 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #C557DC

Tints of Medium Orchid #C557DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.26%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 39.09%
G = 17.26%
B = 43.65%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C557DC (or 0xC557DC) is known color: Medium Orchid. HEX triplet: C5, 57 and DC. RGB value is (197,87,220). Sum of RGB (Red+Green+Blue) = 197+87+220=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #C557DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557DC is #3AA823. Grayscale: #868686. Windows color (decimal): -3844132 or 14440389. OLE color: 14440389.

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

Color convert

RGB 197 87 220 -
CMYK 0.10 0.60 0 0.14
HSL 289.62º 0.66% 0.6% -
HSV(B) 289.62º 0.6% 0.86% -
XYZ 39.35 23.85 70.24 -
YUV 135.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 197 87 220 0.10 0.60 0 0.14 289.62 0.66 0.6
Hex C5 57 DC A 3C 0 E 122 42 3C
Octal 305 127 334 12 74 0 16 442 102 74
Binary 11000101 1010111 11011100 1010 111100 0 1110 100100010 1000010 111100

Color Harmonies of #C557DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557DC

Black with #C557DC

Text Example


Text Example

White with #C557DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557DC; }

 p { color: rgb(197,87,220); }

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

background-color css

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

 a { background-color: rgb(197,87,220); }

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

border-color css

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

 span { border-color: rgb(197,87,220); }

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