#c956d8

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

Shades of Medium Orchid #C956D8

Tints of Medium Orchid #C956D8

Color information

#C956D8 (or 0xC956D8) is unknown color: approx Medium Orchid. HEX triplet: C9, 56 and D8. RGB value is (201,86,216). Sum of RGB (Red+Green+Blue) = 201+86+216=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #C956D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956D8 is #36A927. Grayscale: #868686. Windows color (decimal): -3582248 or 14177993. OLE color: 14177993.

HSL color Cylindrical-coordinate representation of color #C956D8: hue angle of 293.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C956D8 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20186216-
CMYK0.070.6000.15
HSL293.08º62.5%59.22%-
HSV(B)293.08º60.19%84.71%-
XYZ39.8124.0367.51-
YUV135.2173.6174.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 86 (33.98% from 255) = 17.10%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=39.96%
G=17.10%
B=42.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201862160.070.6000.15293.0862.559.22
HexC956D873C0F1253e3b
Octal3111263307740174457673
Binary1100100110101101101100011111110001111100100101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c956d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c956d8; }

 p { color: rgb(201,86,216); }

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

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

 a { background-color: rgb(201,86,216); }

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

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

 span { border-color: rgb(201,86,216); }

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