#C68CCB

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

Shades of Lilac #C68CCB

Tints of Lilac #C68CCB

Color information

#C68CCB (or 0xC68CCB) is unknown color: approx Lilac. HEX triplet: C6, 8C and CB. RGB value is (198,140,203). Sum of RGB (Red+Green+Blue) = 198+140+203=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #C68CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CCB is #397334. Grayscale: #A4A4A4. Windows color (decimal): -3765045 or 13339846. OLE color: 13339846.

HSL color Cylindrical-coordinate representation of color #C68CCB: hue angle of 295.24º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68CCB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198140203-
CMYK0.020.3100.20
HSL295.24º37.72%67.25%-
HSV(B)295.24º31.03%79.61%-
XYZ43.4535.0760.98-
YUV164.52149.72151.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.60%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=36.60%
G=25.88%
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.20
SystemRedGreenBlueCMYKHSL
Decimal1981402030.020.3100.20295.2437.7267.25
HexC68CCB21F0141272643
Octal30621431323702444746103
Binary11000110100011001100101110111110101001001001111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CCB; }

 p { color: rgb(198,140,203); }

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

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

 a { background-color: rgb(198,140,203); }

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

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

 span { border-color: rgb(198,140,203); }

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