#C359D1

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

Shades of Medium Orchid #C359D1

Tints of Medium Orchid #C359D1

Color information

#C359D1 (or 0xC359D1) is unknown color: approx Medium Orchid. HEX triplet: C3, 59 and D1. RGB value is (195,89,209). Sum of RGB (Red+Green+Blue) = 195+89+209=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #C359D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359D1 is #3CA62E. Grayscale: #868686. Windows color (decimal): -3974703 or 13720003. OLE color: 13720003.

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

Color convert

RGB19589209-
CMYK0.070.5700.18
HSL293º56.6%58.43%-
HSV(B)293º57.42%81.96%-
XYZ37.5923.3562.85-
YUV134.37170.12171.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 89 (35.16% from 255) = 18.05%
BLUE value IS 209 (82.03% from 255) = 42.39%
R=39.55%
G=18.05%
B=42.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195892090.070.5700.1829356.658.43
HexC359D1739012125393a
Octal3031313217710224457172
Binary11000011101100111010001111111001010010100100101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C359D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C359D1; }

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

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

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

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

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

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

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

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