Html Css Color HEX #C691CF Lilac

📋 copy color: '#C691CF'

red 198 ◦ green 145 ◦ blue 207

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

Shades of Lilac #C691CF

Tints of Lilac #C691CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.64%

R = 36%
G = 26.36%
B = 37.64%

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

#C691CF (or 0xC691CF) is known color: Lilac. HEX triplet: C6, 91 and CF. RGB value is (198,145,207). Sum of RGB (Red+Green+Blue) = 198+145+207=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #C691CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691CF is #396E30. Grayscale: #A7A7A7. Windows color (decimal): -3763761 or 13603270. OLE color: 13603270.

HSL color Cylindrical-coordinate representation of color #C691CF: hue angle of 291.29º degrees, saturation: 0.39, 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 #C691CF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 145 207 -
CMYK 0.04 0.30 0 0.19
HSL 291.29º 0.39% 0.69% -
HSV(B) 291.29º 0.3% 0.81% -
XYZ 44.68 36.76 63.77 -
YUV 167.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 198 145 207 0.04 0.30 0 0.19 291.29 0.39 0.69
Hex C6 91 CF 4 1E 0 13 123 27 45
Octal 306 221 317 4 36 0 23 443 47 105
Binary 11000110 10010001 11001111 100 11110 0 10011 100100011 100111 1000101

Color Harmonies of #C691CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691CF

Black with #C691CF

Text Example


Text Example

White with #C691CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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