#C38BCA

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

Shades of Lilac #C38BCA

Tints of Lilac #C38BCA

Color information

#C38BCA (or 0xC38BCA) is unknown color: approx Lilac. HEX triplet: C3, 8B and CA. RGB value is (195,139,202). Sum of RGB (Red+Green+Blue) = 195+139+202=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #C38BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BCA is #3C7435. Grayscale: #A2A2A2. Windows color (decimal): -3961910 or 13274051. OLE color: 13274051.

HSL color Cylindrical-coordinate representation of color #C38BCA: hue angle of 293.33º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38BCA is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195139202-
CMYK0.030.3100.21
HSL293.33º37.28%66.86%-
HSV(B)293.33º31.19%79.22%-
XYZ42.434.3360.27-
YUV162.93150.05150.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=36.38%
G=25.93%
B=37.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951392020.030.3100.21293.3337.2866.86
HexC38BCA31F0151252543
Octal30321331233702544545103
Binary11000011100010111100101011111110101011001001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BCA; }

 p { color: rgb(195,139,202); }

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

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

 a { background-color: rgb(195,139,202); }

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

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

 span { border-color: rgb(195,139,202); }

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