#C956DA

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

Shades of Medium Orchid #C956DA

Tints of Medium Orchid #C956DA

Color information

#C956DA (or 0xC956DA) is unknown color: approx Medium Orchid. HEX triplet: C9, 56 and DA. RGB value is (201,86,218). Sum of RGB (Red+Green+Blue) = 201+86+218=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #C956DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956DA is #36A925. Grayscale: #878787. Windows color (decimal): -3582246 or 14309065. OLE color: 14309065.

HSL color Cylindrical-coordinate representation of color #C956DA: hue angle of 292.27º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C956DA is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20186218-
CMYK0.080.6100.15
HSL292.27º64.08%59.61%-
HSV(B)292.27º60.55%85.49%-
XYZ40.0724.1468.88-
YUV135.43174.6174.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 86 (33.98% from 255) = 17.03%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=39.80%
G=17.03%
B=43.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201862180.080.6100.15292.2764.0859.61
HexC956DA83D0F124403c
Octal311126332107501744410074
Binary110010011010110110110101000111101011111001001001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C956DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C956DA; }

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

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

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

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

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

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

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

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