#C959D1

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

Shades of Medium Orchid #C959D1

Tints of Medium Orchid #C959D1

Color information

#C959D1 (or 0xC959D1) is unknown color: approx Medium Orchid. HEX triplet: C9, 59 and D1. RGB value is (201,89,209). Sum of RGB (Red+Green+Blue) = 201+89+209=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #C959D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959D1 is #36A62E. Grayscale: #878787. Windows color (decimal): -3581487 or 13720009. OLE color: 13720009.

HSL color Cylindrical-coordinate representation of color #C959D1: hue angle of 296º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C959D1 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20189209-
CMYK0.040.5700.18
HSL296º56.6%58.43%-
HSV(B)296º57.42%81.96%-
XYZ39.1724.1762.92-
YUV136.17169.11174.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 89 (35.16% from 255) = 17.84%
BLUE value IS 209 (82.03% from 255) = 41.88%
R=40.28%
G=17.84%
B=41.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201892090.040.5700.1829656.658.43
HexC959D1439012128393a
Octal3111313214710224507172
Binary11001001101100111010001100111001010010100101000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C959D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C959D1; }

 p { color: rgb(201,89,209); }

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

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

 a { background-color: rgb(201,89,209); }

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

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

 span { border-color: rgb(201,89,209); }

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