Html Css Color HEX #C557DD Medium Orchid

📋 copy color: '#C557DD'

red 197 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #C557DD

Tints of Medium Orchid #C557DD

RGB

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

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

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

R = 39.01%
G = 17.23%
B = 43.76%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C557DD (or 0xC557DD) is known color: Medium Orchid. HEX triplet: C5, 57 and DD. RGB value is (197,87,221). Sum of RGB (Red+Green+Blue) = 197+87+221=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #C557DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557DD is #3AA822. Grayscale: #868686. Windows color (decimal): -3844131 or 14505925. OLE color: 14505925.

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

Color convert

RGB 197 87 221 -
CMYK 0.11 0.61 0 0.13
HSL 289.25º 0.66% 0.6% -
HSV(B) 289.25º 0.61% 0.87% -
XYZ 39.49 23.91 70.94 -
YUV 135.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 197 87 221 0.11 0.61 0 0.13 289.25 0.66 0.6
Hex C5 57 DD B 3D 0 D 121 42 3C
Octal 305 127 335 13 75 0 15 441 102 74
Binary 11000101 1010111 11011101 1011 111101 0 1101 100100001 1000010 111100

Color Harmonies of #C557DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557DD

Black with #C557DD

Text Example


Text Example

White with #C557DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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