#C959DF

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

Shades of Medium Orchid #C959DF

Tints of Medium Orchid #C959DF

Color information

#C959DF (or 0xC959DF) is unknown color: approx Medium Orchid. HEX triplet: C9, 59 and DF. RGB value is (201,89,223). Sum of RGB (Red+Green+Blue) = 201+89+223=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #C959DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959DF is #36A620. Grayscale: #898989. Windows color (decimal): -3581473 or 14637513. OLE color: 14637513.

HSL color Cylindrical-coordinate representation of color #C959DF: hue angle of 290.15º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C959DF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20189223-
CMYK0.100.6000.13
HSL290.15º67.68%61.18%-
HSV(B)290.15º60.09%87.45%-
XYZ40.9824.8972.46-
YUV137.76176.11173.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.18%
GREEN value IS 89 (35.16% from 255) = 17.35%
BLUE value IS 223 (87.5% from 255) = 43.47%
R=39.18%
G=17.35%
B=43.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201892230.100.6000.13290.1567.6861.18
HexC959DFA3C0D122443d
Octal311131337127401544210475
Binary110010011011001110111111010111100011011001000101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C959DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C959DF; }

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

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

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

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

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

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

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

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