#C69FC0

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

Shades of Lilac #C69FC0

Tints of Lilac #C69FC0

Color information

#C69FC0 (or 0xC69FC0) is unknown color: approx Lilac. HEX triplet: C6, 9F and C0. RGB value is (198,159,192). Sum of RGB (Red+Green+Blue) = 198+159+192=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C69FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FC0 is #39603F. Grayscale: #AEAEAE. Windows color (decimal): -3760192 or 12623814. OLE color: 12623814.

HSL color Cylindrical-coordinate representation of color #C69FC0: hue angle of 309.23º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69FC0 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB198159192-
CMYK00.200.030.22
HSL309.23º25.49%70%-
HSV(B)309.23º19.7%77.65%-
XYZ45.240.6155.32-
YUV174.42137.92144.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.07%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=36.07%
G=28.96%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815919200.200.030.22309.2325.4970
HexC69FC00143161351946
Octal30623730002432646531106
Binary1100011010011111110000000101001110110100110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FC0; }

 p { color: rgb(198,159,192); }

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

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

 a { background-color: rgb(198,159,192); }

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

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

 span { border-color: rgb(198,159,192); }

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