Html Css Color HEX #C695BE Lilac

📋 copy color: '#C695BE'

red 198 ◦ green 149 ◦ blue 190

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

Shades of Lilac #C695BE

Tints of Lilac #C695BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.38%

R = 36.87%
G = 27.75%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C695BE (or 0xC695BE) is known color: Lilac. HEX triplet: C6, 95 and BE. RGB value is (198,149,190). Sum of RGB (Red+Green+Blue) = 198+149+190=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C695BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695BE is #396A41. Grayscale: #A8A8A8. Windows color (decimal): -3762754 or 12490182. OLE color: 12490182.

HSL color Cylindrical-coordinate representation of color #C695BE: hue angle of 309.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C695BE is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 149 190 -
CMYK 0 0.25 0.04 0.22
HSL 309.8º 0.3% 0.68% -
HSV(B) 309.8º 0.25% 0.78% -
XYZ 43.33 37.22 53.62 -
YUV 168.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 198 149 190 0 0.25 0.04 0.22 309.8 0.3 0.68
Hex C6 95 BE 0 19 4 16 136 1E 44
Octal 306 225 276 0 31 4 26 466 36 104
Binary 11000110 10010101 10111110 0 11001 100 10110 100110110 11110 1000100

Color Harmonies of #C695BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695BE

Black with #C695BE

Text Example


Text Example

White with #C695BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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