#C68BBC

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

Shades of Lilac #C68BBC

Tints of Lilac #C68BBC

Color information

#C68BBC (or 0xC68BBC) is unknown color: approx Lilac. HEX triplet: C6, 8B and BC. RGB value is (198,139,188). Sum of RGB (Red+Green+Blue) = 198+139+188=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BBC is #397443. Grayscale: #A2A2A2. Windows color (decimal): -3765316 or 12356550. OLE color: 12356550.

HSL color Cylindrical-coordinate representation of color #C68BBC: hue angle of 310.17º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68BBC is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198139188-
CMYK00.300.050.22
HSL310.17º34.1%66.08%-
HSV(B)310.17º29.8%77.65%-
XYZ41.634.151.97-
YUV162.23142.55153.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=37.71%
G=26.48%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813918800.300.050.22310.1734.166.08
HexC68BBC01E5161362242
Octal30621327403652646642102
Binary110001101000101110111100011110101101101001101101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BBC; }

 p { color: rgb(198,139,188); }

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

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

 a { background-color: rgb(198,139,188); }

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

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

 span { border-color: rgb(198,139,188); }

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