Html Css Color HEX #C694CE Lilac

📋 copy color: '#C694CE'

red 198 ◦ green 148 ◦ blue 206

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

Shades of Lilac #C694CE

Tints of Lilac #C694CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.32%

R = 35.87%
G = 26.81%
B = 37.32%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C694CE (or 0xC694CE) is known color: Lilac. HEX triplet: C6, 94 and CE. RGB value is (198,148,206). Sum of RGB (Red+Green+Blue) = 198+148+206=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #C694CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694CE is #396B31. Grayscale: #A9A9A9. Windows color (decimal): -3762994 or 13538502. OLE color: 13538502.

HSL color Cylindrical-coordinate representation of color #C694CE: hue angle of 291.72º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C694CE is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 148 206 -
CMYK 0.04 0.28 0 0.19
HSL 291.72º 0.37% 0.69% -
HSV(B) 291.72º 0.28% 0.81% -
XYZ 45.02 37.64 63.29 -
YUV 169.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 198 148 206 0.04 0.28 0 0.19 291.72 0.37 0.69
Hex C6 94 CE 4 1C 0 13 124 25 45
Octal 306 224 316 4 34 0 23 444 45 105
Binary 11000110 10010100 11001110 100 11100 0 10011 100100100 100101 1000101

Color Harmonies of #C694CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694CE

Black with #C694CE

Text Example


Text Example

White with #C694CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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