Html Css Color HEX #C698CC Lilac

📋 copy color: '#C698CC'

red 198 ◦ green 152 ◦ blue 204

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

Shades of Lilac #C698CC

Tints of Lilac #C698CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 35.74%
G = 27.44%
B = 36.82%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C698CC (or 0xC698CC) is known color: Lilac. HEX triplet: C6, 98 and CC. RGB value is (198,152,204). Sum of RGB (Red+Green+Blue) = 198+152+204=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #C698CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698CC is #396733. Grayscale: #ABABAB. Windows color (decimal): -3761972 or 13408454. OLE color: 13408454.

HSL color Cylindrical-coordinate representation of color #C698CC: hue angle of 293.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C698CC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 152 204 -
CMYK 0.03 0.25 0 0.2
HSL 293.08º 0.34% 0.7% -
HSV(B) 293.08º 0.25% 0.8% -
XYZ 45.42 38.82 62.23 -
YUV 171.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 198 152 204 0.03 0.25 0 0.2 293.08 0.34 0.7
Hex C6 98 CC 3 19 0 14 125 22 46
Octal 306 230 314 3 31 0 24 445 42 106
Binary 11000110 10011000 11001100 11 11001 0 10100 100100101 100010 1000110

Color Harmonies of #C698CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698CC

Black with #C698CC

Text Example


Text Example

White with #C698CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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