Html Css Color HEX #C694BF Lilac

📋 copy color: '#C694BF'

red 198 ◦ green 148 ◦ blue 191

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

Shades of Lilac #C694BF

Tints of Lilac #C694BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.57%

R = 36.87%
G = 27.56%
B = 35.57%

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

#C694BF (or 0xC694BF) is known color: Lilac. HEX triplet: C6, 94 and BF. RGB value is (198,148,191). Sum of RGB (Red+Green+Blue) = 198+148+191=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C694BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694BF is #396B40. Grayscale: #A7A7A7. Windows color (decimal): -3763009 or 12555462. OLE color: 12555462.

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

Color convert

RGB 198 148 191 -
CMYK 0 0.25 0.04 0.22
HSL 308.4º 0.3% 0.68% -
HSV(B) 308.4º 0.25% 0.78% -
XYZ 43.28 36.95 54.14 -
YUV 167.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 198 148 191 0 0.25 0.04 0.22 308.4 0.3 0.68
Hex C6 94 BF 0 19 4 16 134 1E 44
Octal 306 224 277 0 31 4 26 464 36 104
Binary 11000110 10010100 10111111 0 11001 100 10110 100110100 11110 1000100

Color Harmonies of #C694BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694BF

Black with #C694BF

Text Example


Text Example

White with #C694BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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