Html Css Color HEX #C556DB Medium Orchid

📋 copy color: '#C556DB'

red 197 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #C556DB

Tints of Medium Orchid #C556DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.13%

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

R = 39.24%
G = 17.13%
B = 43.63%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C556DB (or 0xC556DB) is known color: Medium Orchid. HEX triplet: C5, 56 and DB. RGB value is (197,86,219). Sum of RGB (Red+Green+Blue) = 197+86+219=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #C556DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556DB is #3AA924. Grayscale: #858585. Windows color (decimal): -3844389 or 14374597. OLE color: 14374597.

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

Color convert

RGB 197 86 219 -
CMYK 0.10 0.61 0 0.14
HSL 290.08º 0.65% 0.6% -
HSV(B) 290.08º 0.61% 0.86% -
XYZ 39.14 23.64 69.52 -
YUV 134.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 197 86 219 0.10 0.61 0 0.14 290.08 0.65 0.6
Hex C5 56 DB A 3D 0 E 122 41 3C
Octal 305 126 333 12 75 0 16 442 101 74
Binary 11000101 1010110 11011011 1010 111101 0 1110 100100010 1000001 111100

Color Harmonies of #C556DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556DB

Black with #C556DB

Text Example


Text Example

White with #C556DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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