#C958E9

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

Shades of Medium Orchid #C958E9

Tints of Medium Orchid #C958E9

Color information

#C958E9 (or 0xC958E9) is unknown color: approx Medium Orchid. HEX triplet: C9, 58 and E9. RGB value is (201,88,233). Sum of RGB (Red+Green+Blue) = 201+88+233=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #C958E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958E9 is #36A716. Grayscale: #898989. Windows color (decimal): -3581719 or 15292617. OLE color: 15292617.

HSL color Cylindrical-coordinate representation of color #C958E9: hue angle of 286.76º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C958E9 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20188233-
CMYK0.140.6200.09
HSL286.76º76.72%62.94%-
HSV(B)286.76º62.23%91.37%-
XYZ42.2925.2879.74-
YUV138.32181.44172.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 88 (34.77% from 255) = 16.86%
BLUE value IS 233 (91.41% from 255) = 44.64%
R=38.51%
G=16.86%
B=44.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201882330.140.6200.09286.7676.7262.94
HexC958E9E3E0911f4d3f
Octal311130351167601143711577
Binary110010011011000111010011110111110010011000111111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C958E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C958E9; }

 p { color: rgb(201,88,233); }

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

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

 a { background-color: rgb(201,88,233); }

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

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

 span { border-color: rgb(201,88,233); }

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