#C358E8

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

Shades of Medium Orchid #C358E8

Tints of Medium Orchid #C358E8

Color information

#C358E8 (or 0xC358E8) is unknown color: approx Medium Orchid. HEX triplet: C3, 58 and E8. RGB value is (195,88,232). Sum of RGB (Red+Green+Blue) = 195+88+232=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #C358E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C358E8 is #3CA717. Grayscale: #878787. Windows color (decimal): -3974936 or 15227075. OLE color: 15227075.

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

Color convert

RGB19588232-
CMYK0.160.6200.09
HSL284.58º75.79%62.75%-
HSV(B)284.58º62.07%90.98%-
XYZ40.5624.4178.92-
YUV136.41181.95169.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 88 (34.77% from 255) = 17.09%
BLUE value IS 232 (91.02% from 255) = 45.05%
R=37.86%
G=17.09%
B=45.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal195882320.160.6200.09284.5875.7962.75
HexC358E8103E0911d4c3f
Octal303130350207601143511477
Binary1100001110110001110100010000111110010011000111011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C358E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C358E8; }

 p { color: rgb(195,88,232); }

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

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

 a { background-color: rgb(195,88,232); }

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

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

 span { border-color: rgb(195,88,232); }

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