Html Css Color HEX #C557DB Medium Orchid

📋 copy color: '#C557DB'

red 197 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #C557DB

Tints of Medium Orchid #C557DB

RGB

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

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

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

R = 39.17%
G = 17.3%
B = 43.54%

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

#C557DB (or 0xC557DB) is known color: Medium Orchid. HEX triplet: C5, 57 and DB. RGB value is (197,87,219). Sum of RGB (Red+Green+Blue) = 197+87+219=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #C557DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557DB is #3AA824. Grayscale: #868686. Windows color (decimal): -3844133 or 14374853. OLE color: 14374853.

HSL color Cylindrical-coordinate representation of color #C557DB: hue angle of 290º degrees, saturation: 0.65, 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 #C557DB is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 87 219 -
CMYK 0.10 0.60 0 0.14
HSL 290º 0.65% 0.6% -
HSV(B) 290º 0.6% 0.86% -
XYZ 39.22 23.8 69.54 -
YUV 134.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 197 87 219 0.10 0.60 0 0.14 290 0.65 0.6
Hex C5 57 DB A 3C 0 E 122 41 3C
Octal 305 127 333 12 74 0 16 442 101 74
Binary 11000101 1010111 11011011 1010 111100 0 1110 100100010 1000001 111100

Color Harmonies of #C557DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557DB

Black with #C557DB

Text Example


Text Example

White with #C557DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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