Html Css Color HEX #C698C2 Lilac

📋 copy color: '#C698C2'

red 198 ◦ green 152 ◦ blue 194

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

Shades of Lilac #C698C2

Tints of Lilac #C698C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.66%

R = 36.4%
G = 27.94%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C698C2 (or 0xC698C2) is known color: Lilac. HEX triplet: C6, 98 and C2. RGB value is (198,152,194). Sum of RGB (Red+Green+Blue) = 198+152+194=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C698C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698C2 is #39673D. Grayscale: #AAAAAA. Windows color (decimal): -3761982 or 12753094. OLE color: 12753094.

HSL color Cylindrical-coordinate representation of color #C698C2: hue angle of 305.22º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C698C2 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 194 -
CMYK 0 0.23 0.02 0.22
HSL 305.22º 0.29% 0.69% -
HSV(B) 305.22º 0.23% 0.78% -
XYZ 44.25 38.36 56.11 -
YUV 170.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 198 152 194 0 0.23 0.02 0.22 305.22 0.29 0.69
Hex C6 98 C2 0 17 2 16 131 1D 45
Octal 306 230 302 0 27 2 26 461 35 105
Binary 11000110 10011000 11000010 0 10111 10 10110 100110001 11101 1000101

Color Harmonies of #C698C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698C2

Black with #C698C2

Text Example


Text Example

White with #C698C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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