#C956F3

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

Shades of Medium Orchid #C956F3

Tints of Medium Orchid #C956F3

Color information

#C956F3 (or 0xC956F3) is unknown color: approx Medium Orchid. HEX triplet: C9, 56 and F3. RGB value is (201,86,243). Sum of RGB (Red+Green+Blue) = 201+86+243=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #C956F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956F3 is #36A90C. Grayscale: #898989. Windows color (decimal): -3582221 or 15947465. OLE color: 15947465.

HSL color Cylindrical-coordinate representation of color #C956F3: hue angle of 283.95º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C956F3 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20186243-
CMYK0.170.6500.05
HSL283.95º86.74%64.51%-
HSV(B)283.95º64.61%95.29%-
XYZ43.5925.5487.43-
YUV138.28187.1172.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 86 (33.98% from 255) = 16.23%
BLUE value IS 243 (95.31% from 255) = 45.85%
R=37.92%
G=16.23%
B=45.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201862430.170.6500.05283.9586.7464.51
HexC956F311410511c5741
Octal3111263632110105434127101
Binary11001001101011011110011100011000001010110001110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C956F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C956F3; }

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

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

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

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

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

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

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

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