Html Css Color HEX #C694BE Lilac

📋 copy color: '#C694BE'

red 198 ◦ green 148 ◦ blue 190

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

Shades of Lilac #C694BE

Tints of Lilac #C694BE

RGB

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

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

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

R = 36.94%
G = 27.61%
B = 35.45%

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

#C694BE (or 0xC694BE) is known color: Lilac. HEX triplet: C6, 94 and BE. RGB value is (198,148,190). Sum of RGB (Red+Green+Blue) = 198+148+190=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C694BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694BE is #396B41. Grayscale: #A7A7A7. Windows color (decimal): -3763010 or 12489926. OLE color: 12489926.

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

Color convert

RGB 198 148 190 -
CMYK 0 0.25 0.04 0.22
HSL 309.6º 0.3% 0.68% -
HSV(B) 309.6º 0.25% 0.78% -
XYZ 43.17 36.9 53.56 -
YUV 167.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 198 148 190 0 0.25 0.04 0.22 309.6 0.3 0.68
Hex C6 94 BE 0 19 4 16 136 1E 44
Octal 306 224 276 0 31 4 26 466 36 104
Binary 11000110 10010100 10111110 0 11001 100 10110 100110110 11110 1000100

Color Harmonies of #C694BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694BE

Black with #C694BE

Text Example


Text Example

White with #C694BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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