#C359DF

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

Shades of Medium Orchid #C359DF

Tints of Medium Orchid #C359DF

Color information

#C359DF (or 0xC359DF) is unknown color: approx Medium Orchid. HEX triplet: C3, 59 and DF. RGB value is (195,89,223). Sum of RGB (Red+Green+Blue) = 195+89+223=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #C359DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359DF is #3CA620. Grayscale: #878787. Windows color (decimal): -3974689 or 14637507. OLE color: 14637507.

HSL color Cylindrical-coordinate representation of color #C359DF: hue angle of 287.46º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C359DF is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19589223-
CMYK0.130.6000.13
HSL287.46º67.68%61.18%-
HSV(B)287.46º60.09%87.45%-
XYZ39.424.0772.38-
YUV135.97177.12170.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 89 (35.16% from 255) = 17.55%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=38.46%
G=17.55%
B=43.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195892230.130.6000.13287.4667.6861.18
HexC359DFD3C0D11f443d
Octal303131337157401543710475
Binary110000111011001110111111101111100011011000111111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C359DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C359DF; }

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

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

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

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

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

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

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

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