#C56FDA

Color #C56FDA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C56FDA

Tints of Medium Orchid #C56FDA

Color information

#C56FDA (or 0xC56FDA) is unknown color: approx Medium Orchid. HEX triplet: C5, 6F and DA. RGB value is (197,111,218). Sum of RGB (Red+Green+Blue) = 197+111+218=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #C56FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FDA is #3A9025. Grayscale: #949494. Windows color (decimal): -3837990 or 14315461. OLE color: 14315461.

HSL color Cylindrical-coordinate representation of color #C56FDA: hue angle of 288.22º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56FDA is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197111218-
CMYK0.100.4900.15
HSL288.22º59.12%64.51%-
HSV(B)288.22º49.08%85.49%-
XYZ41.3728.369.61-
YUV148.91166.99162.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 111 (43.75% from 255) = 21.10%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=37.45%
G=21.10%
B=41.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971112180.100.4900.15288.2259.1264.51
HexC56FDAA310F1203b41
Octal305157332126101744073101
Binary110001011101111110110101010110001011111001000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56FDA; }

 p { color: rgb(197,111,218); }

 H1.HeaderClassName
 {
   color: #C56FDA;
 }
 .AnyTagClassName
 {
   color: #C56FDA;
 }
</style>
background-color css

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

 a { background-color: rgb(197,111,218); }

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

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

 span { border-color: rgb(197,111,218); }

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