Html Css Color HEX #C698CE Lilac

📋 copy color: '#C698CE'

red 198 ◦ green 152 ◦ blue 206

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

Shades of Lilac #C698CE

Tints of Lilac #C698CE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.34%

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

R = 35.61%
G = 27.34%
B = 37.05%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C698CE (or 0xC698CE) is known color: Lilac. HEX triplet: C6, 98 and CE. RGB value is (198,152,206). Sum of RGB (Red+Green+Blue) = 198+152+206=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #C698CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698CE is #396731. Grayscale: #ABABAB. Windows color (decimal): -3761970 or 13539526. OLE color: 13539526.

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

Color convert

RGB 198 152 206 -
CMYK 0.04 0.26 0 0.19
HSL 291.11º 0.36% 0.7% -
HSV(B) 291.11º 0.26% 0.81% -
XYZ 45.66 38.92 63.5 -
YUV 171.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 198 152 206 0.04 0.26 0 0.19 291.11 0.36 0.7
Hex C6 98 CE 4 1A 0 13 123 24 46
Octal 306 230 316 4 32 0 23 443 44 106
Binary 11000110 10011000 11001110 100 11010 0 10011 100100011 100100 1000110

Color Harmonies of #C698CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698CE

Black with #C698CE

Text Example


Text Example

White with #C698CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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