#C358D9

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

Shades of Medium Orchid #C358D9

Tints of Medium Orchid #C358D9

Color information

#C358D9 (or 0xC358D9) is unknown color: approx Medium Orchid. HEX triplet: C3, 58 and D9. RGB value is (195,88,217). Sum of RGB (Red+Green+Blue) = 195+88+217=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #C358D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358D9 is #3CA726. Grayscale: #868686. Windows color (decimal): -3974951 or 14244035. OLE color: 14244035.

HSL color Cylindrical-coordinate representation of color #C358D9: hue angle of 289.77º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C358D9 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19588217-
CMYK0.100.5900.15
HSL289.77º62.93%59.8%-
HSV(B)289.77º59.45%85.1%-
XYZ38.5223.5968.17-
YUV134.7174.45171.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 88 (34.77% from 255) = 17.6%
BLUE value IS 217 (85.16% from 255) = 43.4%
R=39%
G=17.6%
B=43.4%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal195882170.100.5900.15289.7762.9359.8
HexC358D9A3B0F1223f3c
Octal30313033112730174427774
Binary11000011101100011011001101011101101111100100010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C358D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C358D9; }

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

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

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

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

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

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

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

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