#C357CF

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

Shades of Medium Orchid #C357CF

Tints of Medium Orchid #C357CF

Color information

#C357CF (or 0xC357CF) is unknown color: approx Medium Orchid. HEX triplet: C3, 57 and CF. RGB value is (195,87,207). Sum of RGB (Red+Green+Blue) = 195+87+207=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #C357CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357CF is #3CA830. Grayscale: #848484. Windows color (decimal): -3975217 or 13588419. OLE color: 13588419.

HSL color Cylindrical-coordinate representation of color #C357CF: hue angle of 294º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C357CF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19587207-
CMYK0.060.5800.19
HSL294º55.56%57.65%-
HSV(B)294º57.97%81.18%-
XYZ37.1822.9261.5-
YUV132.97169.78172.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 87 (34.38% from 255) = 17.79%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=39.88%
G=17.79%
B=42.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195872070.060.5800.1929455.5657.65
HexC357CF63A013126383a
Octal3031273176720234467072
Binary11000011101011111001111110111010010011100100110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C357CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C357CF; }

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

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

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

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

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

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

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

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