#C690CD

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

Shades of Lilac #C690CD

Tints of Lilac #C690CD

Color information

#C690CD (or 0xC690CD) is unknown color: approx Lilac. HEX triplet: C6, 90 and CD. RGB value is (198,144,205). Sum of RGB (Red+Green+Blue) = 198+144+205=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #C690CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690CD is #396F32. Grayscale: #A6A6A6. Windows color (decimal): -3764019 or 13471942. OLE color: 13471942.

HSL color Cylindrical-coordinate representation of color #C690CD: hue angle of 293.11º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C690CD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198144205-
CMYK0.030.3000.20
HSL293.11º37.89%68.43%-
HSV(B)293.11º29.76%80.39%-
XYZ44.2836.3662.44-
YUV167.1149.39150.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.20%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=36.20%
G=26.33%
B=37.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981442050.030.3000.20293.1137.8968.43
HexC690CD31E0141252644
Octal30622031533602444546104
Binary11000110100100001100110111111100101001001001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690CD; }

 p { color: rgb(198,144,205); }

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

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

 a { background-color: rgb(198,144,205); }

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

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

 span { border-color: rgb(198,144,205); }

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