#C38CC1

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

Shades of Lilac #C38CC1

Tints of Lilac #C38CC1

Color information

#C38CC1 (or 0xC38CC1) is unknown color: approx Lilac. HEX triplet: C3, 8C and C1. RGB value is (195,140,193). Sum of RGB (Red+Green+Blue) = 195+140+193=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CC1 is #3C733E. Grayscale: #A2A2A2. Windows color (decimal): -3961663 or 12684483. OLE color: 12684483.

HSL color Cylindrical-coordinate representation of color #C38CC1: hue angle of 302.18º 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 #C38CC1 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB195140193-
CMYK00.280.010.24
HSL302.18º31.43%65.69%-
HSV(B)302.18º28.21%76.47%-
XYZ41.5134.2154.87-
YUV162.49145.22151.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=36.93%
G=26.52%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514019300.280.010.24302.1831.4365.69
HexC38CC101C11812e1f42
Octal30321430103413045637102
Binary110000111000110011000001011100111000100101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CC1; }

 p { color: rgb(195,140,193); }

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

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

 a { background-color: rgb(195,140,193); }

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

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

 span { border-color: rgb(195,140,193); }

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