Html Css Color HEX #C698CD Lilac

📋 copy color: '#C698CD'

red 198 ◦ green 152 ◦ blue 205

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

Shades of Lilac #C698CD

Tints of Lilac #C698CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 35.68%
G = 27.39%
B = 36.94%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C698CD (or 0xC698CD) is known color: Lilac. HEX triplet: C6, 98 and CD. RGB value is (198,152,205). Sum of RGB (Red+Green+Blue) = 198+152+205=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #C698CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698CD is #396732. Grayscale: #ABABAB. Windows color (decimal): -3761971 or 13473990. OLE color: 13473990.

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

Color convert

RGB 198 152 205 -
CMYK 0.03 0.26 0 0.20
HSL 292.08º 0.35% 0.7% -
HSV(B) 292.08º 0.26% 0.8% -
XYZ 45.54 38.87 62.86 -
YUV 171.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 198 152 205 0.03 0.26 0 0.20 292.08 0.35 0.7
Hex C6 98 CD 3 1A 0 14 124 23 46
Octal 306 230 315 3 32 0 24 444 43 106
Binary 11000110 10011000 11001101 11 11010 0 10100 100100100 100011 1000110

Color Harmonies of #C698CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698CD

Black with #C698CD

Text Example


Text Example

White with #C698CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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