#c357d1

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

Shades of Medium Orchid #C357D1

Tints of Medium Orchid #C357D1

Color information

#C357D1 (or 0xC357D1) is unknown color: approx Medium Orchid. HEX triplet: C3, 57 and D1. RGB value is (195,87,209). Sum of RGB (Red+Green+Blue) = 195+87+209=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #C357D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357D1 is #3CA82E. Grayscale: #848484. Windows color (decimal): -3975215 or 13719491. OLE color: 13719491.

HSL color Cylindrical-coordinate representation of color #C357D1: hue angle of 293.11º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C357D1 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19587209-
CMYK0.070.5800.18
HSL293.11º57.01%58.04%-
HSV(B)293.11º58.37%81.96%-
XYZ37.4223.0262.79-
YUV133.2170.78172.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 87 (34.38% from 255) = 17.72%
BLUE value IS 209 (82.03% from 255) = 42.57%
R=39.71%
G=17.72%
B=42.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195872090.070.5800.18293.1157.0158.04
HexC357D173A012125393a
Octal3031273217720224457172
Binary11000011101011111010001111111010010010100100101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c357d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c357d1; }

 p { color: rgb(195,87,209); }

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

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

 a { background-color: rgb(195,87,209); }

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

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

 span { border-color: rgb(195,87,209); }

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