#C355D9

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

Shades of Medium Orchid #C355D9

Tints of Medium Orchid #C355D9

Color information

#C355D9 (or 0xC355D9) is unknown color: approx Medium Orchid. HEX triplet: C3, 55 and D9. RGB value is (195,85,217). Sum of RGB (Red+Green+Blue) = 195+85+217=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #C355D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355D9 is #3CAA26. Grayscale: #848484. Windows color (decimal): -3975719 or 14243267. OLE color: 14243267.

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

Color convert

RGB19585217-
CMYK0.100.6100.15
HSL290º63.46%59.22%-
HSV(B)290º60.83%85.1%-
XYZ38.2823.1168.09-
YUV132.94175.44172.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 85 (33.59% from 255) = 17.10%
BLUE value IS 217 (85.16% from 255) = 43.66%
R=39.24%
G=17.10%
B=43.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal195852170.100.6100.1529063.4659.22
HexC355D9A3D0F1223f3b
Octal30312533112750174427773
Binary11000011101010111011001101011110101111100100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C355D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C355D9; }

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

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

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

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

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

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

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

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