#C380AF

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

Shades of Lily #C380AF

Tints of Lily #C380AF

Color information

#C380AF (or 0xC380AF) is unknown color: approx Lily. HEX triplet: C3, 80 and AF. RGB value is (195,128,175). Sum of RGB (Red+Green+Blue) = 195+128+175=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C380AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380AF is #3C7F50. Grayscale: #999999. Windows color (decimal): -3964753 or 11501763. OLE color: 11501763.

HSL color Cylindrical-coordinate representation of color #C380AF: hue angle of 317.91º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C380AF is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195128175-
CMYK00.340.100.24
HSL317.91º35.83%63.33%-
HSV(B)317.91º34.36%76.47%-
XYZ37.9630.1444.37-
YUV153.39140.2157.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=39.16%
G=25.70%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512817500.340.100.24317.9135.8363.33
HexC380AF022A1813e243f
Octal30320025704212304764477
Binary1100001110000000101011110100010101011000100111110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380AF; }

 p { color: rgb(195,128,175); }

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

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

 a { background-color: rgb(195,128,175); }

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

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

 span { border-color: rgb(195,128,175); }

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