Html Css Color HEX #C695CF Lilac

📋 copy color: '#C695CF'

red 198 ◦ green 149 ◦ blue 207

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

Shades of Lilac #C695CF

Tints of Lilac #C695CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.9%

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

R = 35.74%
G = 26.9%
B = 37.36%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C695CF (or 0xC695CF) is known color: Lilac. HEX triplet: C6, 95 and CF. RGB value is (198,149,207). Sum of RGB (Red+Green+Blue) = 198+149+207=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #C695CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695CF is #396A30. Grayscale: #AAAAAA. Windows color (decimal): -3762737 or 13604294. OLE color: 13604294.

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

Color convert

RGB 198 149 207 -
CMYK 0.04 0.28 0 0.19
HSL 290.69º 0.38% 0.7% -
HSV(B) 290.69º 0.28% 0.81% -
XYZ 45.3 38.01 63.98 -
YUV 170.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 198 149 207 0.04 0.28 0 0.19 290.69 0.38 0.7
Hex C6 95 CF 4 1C 0 13 123 26 46
Octal 306 225 317 4 34 0 23 443 46 106
Binary 11000110 10010101 11001111 100 11100 0 10011 100100011 100110 1000110

Color Harmonies of #C695CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695CF

Black with #C695CF

Text Example


Text Example

White with #C695CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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