#C359D4

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

Shades of Medium Orchid #C359D4

Tints of Medium Orchid #C359D4

Color information

#C359D4 (or 0xC359D4) is unknown color: approx Medium Orchid. HEX triplet: C3, 59 and D4. RGB value is (195,89,212). Sum of RGB (Red+Green+Blue) = 195+89+212=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #C359D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359D4 is #3CA62B. Grayscale: #868686. Windows color (decimal): -3974700 or 13916611. OLE color: 13916611.

HSL color Cylindrical-coordinate representation of color #C359D4: hue angle of 291.71º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C359D4 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19589212-
CMYK0.080.5800.17
HSL291.71º58.85%59.02%-
HSV(B)291.71º58.02%83.14%-
XYZ37.9623.564.82-
YUV134.72171.62171-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 89 (35.16% from 255) = 17.94%
BLUE value IS 212 (83.20% from 255) = 42.74%
R=39.31%
G=17.94%
B=42.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal195892120.080.5800.17291.7158.8559.02
HexC359D483A0111243b3b
Octal30313132410720214447373
Binary110000111011001110101001000111010010001100100100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C359D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C359D4; }

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

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

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

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

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

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

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

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