#C357D0

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

Shades of Medium Orchid #C357D0

Tints of Medium Orchid #C357D0

Color information

#C357D0 (or 0xC357D0) is unknown color: approx Medium Orchid. HEX triplet: C3, 57 and D0. RGB value is (195,87,208). Sum of RGB (Red+Green+Blue) = 195+87+208=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #C357D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357D0 is #3CA82F. Grayscale: #848484. Windows color (decimal): -3975216 or 13653955. OLE color: 13653955.

HSL color Cylindrical-coordinate representation of color #C357D0: hue angle of 293.55º degrees, saturation: 0.56, 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 #C357D0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19587208-
CMYK0.060.5800.18
HSL293.55º56.28%57.84%-
HSV(B)293.55º58.17%81.57%-
XYZ37.322.9762.14-
YUV133.09170.28172.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 87 (34.38% from 255) = 17.76%
BLUE value IS 208 (81.64% from 255) = 42.45%
R=39.80%
G=17.76%
B=42.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195872080.060.5800.18293.5556.2857.84
HexC357D063A012126383a
Octal3031273206720224467072
Binary11000011101011111010000110111010010010100100110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C357D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C357D0; }

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

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

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

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

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

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

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

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