Html Css Color HEX #C695C6 Lilac

📋 copy color: '#C695C6'

red 198 ◦ green 149 ◦ blue 198

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

Shades of Lilac #C695C6

Tints of Lilac #C695C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.33%

R = 36.33%
G = 27.34%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C695C6 (or 0xC695C6) is known color: Lilac. HEX triplet: C6, 95 and C6. RGB value is (198,149,198). Sum of RGB (Red+Green+Blue) = 198+149+198=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C695C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695C6 is #396A39. Grayscale: #A9A9A9. Windows color (decimal): -3762746 or 13014470. OLE color: 13014470.

HSL color Cylindrical-coordinate representation of color #C695C6: hue angle of 300º 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 #C695C6 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 149 198 -
CMYK 0 0.25 0 0.22
HSL 300º 0.3% 0.68% -
HSV(B) 300º 0.25% 0.78% -
XYZ 44.23 37.58 58.35 -
YUV 169.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 198 149 198 0 0.25 0 0.22 300 0.3 0.68
Hex C6 95 C6 0 19 0 16 12C 1E 44
Octal 306 225 306 0 31 0 26 454 36 104
Binary 11000110 10010101 11000110 0 11001 0 10110 100101100 11110 1000100

Color Harmonies of #C695C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695C6

Black with #C695C6

Text Example


Text Example

White with #C695C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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