#C38AC8

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

Shades of Lilac #C38AC8

Tints of Lilac #C38AC8

Color information

#C38AC8 (or 0xC38AC8) is unknown color: approx Lilac. HEX triplet: C3, 8A and C8. RGB value is (195,138,200). Sum of RGB (Red+Green+Blue) = 195+138+200=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #C38AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AC8 is #3C7537. Grayscale: #A1A1A1. Windows color (decimal): -3962168 or 13142723. OLE color: 13142723.

HSL color Cylindrical-coordinate representation of color #C38AC8: hue angle of 295.16º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38AC8 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB195138200-
CMYK0.020.3100.22
HSL295.16º36.05%66.27%-
HSV(B)295.16º31%78.43%-
XYZ42.0233.9558.98-
YUV162.11149.38151.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=36.59%
G=25.89%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951382000.020.3100.22295.1636.0566.27
HexC38AC821F0161272442
Octal30321231023702644744102
Binary11000011100010101100100010111110101101001001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AC8; }

 p { color: rgb(195,138,200); }

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

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

 a { background-color: rgb(195,138,200); }

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

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

 span { border-color: rgb(195,138,200); }

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