Html Css Color HEX #C695CC Lilac

📋 copy color: '#C695CC'

red 198 ◦ green 149 ◦ blue 204

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

Shades of Lilac #C695CC

Tints of Lilac #C695CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.04%

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

R = 35.93%
G = 27.04%
B = 37.02%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C695CC (or 0xC695CC) is known color: Lilac. HEX triplet: C6, 95 and CC. RGB value is (198,149,204). Sum of RGB (Red+Green+Blue) = 198+149+204=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #C695CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695CC is #396A33. Grayscale: #A9A9A9. Windows color (decimal): -3762740 or 13407686. OLE color: 13407686.

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

Color convert

RGB 198 149 204 -
CMYK 0.03 0.27 0 0.2
HSL 293.45º 0.35% 0.69% -
HSV(B) 293.45º 0.27% 0.8% -
XYZ 44.94 37.86 62.07 -
YUV 169.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 198 149 204 0.03 0.27 0 0.2 293.45 0.35 0.69
Hex C6 95 CC 3 1B 0 14 125 23 45
Octal 306 225 314 3 33 0 24 445 43 105
Binary 11000110 10010101 11001100 11 11011 0 10100 100100101 100011 1000101

Color Harmonies of #C695CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695CC

Black with #C695CC

Text Example


Text Example

White with #C695CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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