Html Css Color HEX #C691CE Lilac

📋 copy color: '#C691CE'

red 198 ◦ green 145 ◦ blue 206

#C691CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C691CE

Tints of Lilac #C691CE

RGB

 RED value IS 198 (77.73% from 255) = 36.07%

 GREEN value IS 145 (57.03% from 255) = 26.41%

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 36.07%
G = 26.41%
B = 37.52%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C691CE (or 0xC691CE) is known color: Lilac. HEX triplet: C6, 91 and CE. RGB value is (198,145,206). Sum of RGB (Red+Green+Blue) = 198+145+206=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #C691CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691CE is #396E31. Grayscale: #A7A7A7. Windows color (decimal): -3763762 or 13537734. OLE color: 13537734.

HSL color Cylindrical-coordinate representation of color #C691CE: hue angle of 292.13º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C691CE is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 145 206 -
CMYK 0.04 0.30 0 0.19
HSL 292.13º 0.38% 0.69% -
HSV(B) 292.13º 0.3% 0.81% -
XYZ 44.55 36.71 63.13 -
YUV 167.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 198 145 206 0.04 0.30 0 0.19 292.13 0.38 0.69
Hex C6 91 CE 4 1E 0 13 124 26 45
Octal 306 221 316 4 36 0 23 444 46 105
Binary 11000110 10010001 11001110 100 11110 0 10011 100100100 100110 1000101

Color Harmonies of #C691CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691CE

Black with #C691CE

Text Example


Text Example

White with #C691CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691CE; }

 p { color: rgb(198,145,206); }

 H1.HeaderClassName
 {
   color: #C691CE;
 }
 .AnyTagClassName
 {
   color: #C691CE;
 }
</style>

background-color css

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

 a { background-color: rgb(198,145,206); }

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

border-color css

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

 span { border-color: rgb(198,145,206); }

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