#C758E9

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

Shades of Medium Orchid #C758E9

Tints of Medium Orchid #C758E9

Color information

#C758E9 (or 0xC758E9) is unknown color: approx Medium Orchid. HEX triplet: C7, 58 and E9. RGB value is (199,88,233). Sum of RGB (Red+Green+Blue) = 199+88+233=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #C758E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C758E9 is #38A716. Grayscale: #898989. Windows color (decimal): -3712791 or 15292615. OLE color: 15292615.

HSL color Cylindrical-coordinate representation of color #C758E9: hue angle of 285.93º 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 #C758E9 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19988233-
CMYK0.150.6200.09
HSL285.93º76.72%62.94%-
HSV(B)285.93º62.23%91.37%-
XYZ41.752579.72-
YUV137.72181.77171.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 88 (34.77% from 255) = 16.92%
BLUE value IS 233 (91.41% from 255) = 44.81%
R=38.27%
G=16.92%
B=44.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal199882330.150.6200.09285.9376.7262.94
HexC758E9F3E0911e4d3f
Octal307130351177601143611577
Binary110001111011000111010011111111110010011000111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C758E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C758E9; }

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

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

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

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

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

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

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

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