#C38DBE

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

Shades of Lilac #C38DBE

Tints of Lilac #C38DBE

Color information

#C38DBE (or 0xC38DBE) is unknown color: approx Lilac. HEX triplet: C3, 8D and BE. RGB value is (195,141,190). Sum of RGB (Red+Green+Blue) = 195+141+190=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DBE is #3C7241. Grayscale: #A2A2A2. Windows color (decimal): -3961410 or 12488131. OLE color: 12488131.

HSL color Cylindrical-coordinate representation of color #C38DBE: hue angle of 305.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38DBE is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195141190-
CMYK00.280.030.24
HSL305.56º31.03%65.88%-
HSV(B)305.56º27.69%76.47%-
XYZ41.3234.3753.17-
YUV162.73143.39151.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=37.07%
G=26.81%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514119000.280.030.24305.5631.0365.88
HexC38DBE01C3181321f42
Octal30321527603433046237102
Binary1100001110001101101111100111001111000100110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DBE; }

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

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

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

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

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

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

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

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