#c38dc6

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

Shades of Lilac #C38DC6

Tints of Lilac #C38DC6

Color information

#C38DC6 (or 0xC38DC6) is unknown color: approx Lilac. HEX triplet: C3, 8D and C6. RGB value is (195,141,198). Sum of RGB (Red+Green+Blue) = 195+141+198=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #C38DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DC6 is #3C7239. Grayscale: #A3A3A3. Windows color (decimal): -3961402 or 13012419. OLE color: 13012419.

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

Color convert

RGB195141198-
CMYK0.020.2900.22
HSL296.84º33.33%66.47%-
HSV(B)296.84º28.79%77.65%-
XYZ42.2234.7357.9-
YUV163.64147.39150.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=36.52%
G=26.40%
B=37.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951411980.020.2900.22296.8433.3366.47
HexC38DC621D0161292142
Octal30321530623502645141102
Binary11000011100011011100011010111010101101001010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c38dc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c38dc6; }

 p { color: rgb(195,141,198); }

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

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

 a { background-color: rgb(195,141,198); }

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

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

 span { border-color: rgb(195,141,198); }

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