Html Css Color HEX #C699CF Lilac

📋 copy color: '#C699CF'

red 198 ◦ green 153 ◦ blue 207

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

Shades of Lilac #C699CF

Tints of Lilac #C699CF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.42%

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

R = 35.48%
G = 27.42%
B = 37.1%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C699CF (or 0xC699CF) is known color: Lilac. HEX triplet: C6, 99 and CF. RGB value is (198,153,207). Sum of RGB (Red+Green+Blue) = 198+153+207=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #C699CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699CF is #396630. Grayscale: #ACACAC. Windows color (decimal): -3761713 or 13605318. OLE color: 13605318.

HSL color Cylindrical-coordinate representation of color #C699CF: hue angle of 290º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C699CF is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 153 207 -
CMYK 0.04 0.26 0 0.19
HSL 290º 0.36% 0.71% -
HSV(B) 290º 0.26% 0.81% -
XYZ 45.94 39.29 64.19 -
YUV 172.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 198 153 207 0.04 0.26 0 0.19 290 0.36 0.71
Hex C6 99 CF 4 1A 0 13 122 24 47
Octal 306 231 317 4 32 0 23 442 44 107
Binary 11000110 10011001 11001111 100 11010 0 10011 100100010 100100 1000111

Color Harmonies of #C699CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699CF

Black with #C699CF

Text Example


Text Example

White with #C699CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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