#C56AD4

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

Shades of Medium Orchid #C56AD4

Tints of Medium Orchid #C56AD4

Color information

#C56AD4 (or 0xC56AD4) is unknown color: approx Medium Orchid. HEX triplet: C5, 6A and D4. RGB value is (197,106,212). Sum of RGB (Red+Green+Blue) = 197+106+212=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #C56AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AD4 is #3A952B. Grayscale: #909090. Windows color (decimal): -3839276 or 13920965. OLE color: 13920965.

HSL color Cylindrical-coordinate representation of color #C56AD4: hue angle of 291.51º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56AD4 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197106212-
CMYK0.070.500.17
HSL291.51º55.21%62.35%-
HSV(B)291.51º50%83.14%-
XYZ40.0626.9365.37-
YUV145.29165.65164.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 106 (41.80% from 255) = 20.58%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=38.25%
G=20.58%
B=41.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971062120.070.500.17291.5155.2162.35
HexC56AD4732011124373e
Octal3051523247620214446776
Binary11000101110101011010100111110010010001100100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56AD4; }

 p { color: rgb(197,106,212); }

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

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

 a { background-color: rgb(197,106,212); }

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

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

 span { border-color: rgb(197,106,212); }

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