Html Css Color HEX #C694C7 Lilac

📋 copy color: '#C694C7'

red 198 ◦ green 148 ◦ blue 199

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

Shades of Lilac #C694C7

Tints of Lilac #C694C7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.16%

 BLUE value IS 199 (78.13% from 255) = 36.51%

R = 36.33%
G = 27.16%
B = 36.51%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C694C7 (or 0xC694C7) is known color: Lilac. HEX triplet: C6, 94 and C7. RGB value is (198,148,199). Sum of RGB (Red+Green+Blue) = 198+148+199=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 199 - color contains mainly: blue. Hex color #C694C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694C7 is #396B38. Grayscale: #A8A8A8. Windows color (decimal): -3763001 or 13079750. OLE color: 13079750.

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

Color convert

RGB 198 148 199 -
CMYK 0.01 0.26 0 0.22
HSL 298.82º 0.31% 0.68% -
HSV(B) 298.82º 0.26% 0.78% -
XYZ 44.19 37.31 58.91 -
YUV 168.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 198 148 199 0.01 0.26 0 0.22 298.82 0.31 0.68
Hex C6 94 C7 1 1A 0 16 12B 1F 44
Octal 306 224 307 1 32 0 26 453 37 104
Binary 11000110 10010100 11000111 1 11010 0 10110 100101011 11111 1000100

Color Harmonies of #C694C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694C7

Black with #C694C7

Text Example


Text Example

White with #C694C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694C7; }

 p { color: rgb(198,148,199); }

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

background-color css

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

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

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

border-color css

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

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

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