Html Css Color HEX #C693BE Lilac

📋 copy color: '#C693BE'

red 198 ◦ green 147 ◦ blue 190

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

Shades of Lilac #C693BE

Tints of Lilac #C693BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.48%

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 37.01%
G = 27.48%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C693BE (or 0xC693BE) is known color: Lilac. HEX triplet: C6, 93 and BE. RGB value is (198,147,190). Sum of RGB (Red+Green+Blue) = 198+147+190=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C693BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693BE is #396C41. Grayscale: #A7A7A7. Windows color (decimal): -3763266 or 12489670. OLE color: 12489670.

HSL color Cylindrical-coordinate representation of color #C693BE: hue angle of 309.41º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C693BE is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 190 -
CMYK 0 0.26 0.04 0.22
HSL 309.41º 0.31% 0.68% -
HSV(B) 309.41º 0.26% 0.78% -
XYZ 43.02 36.59 53.51 -
YUV 167.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 198 147 190 0 0.26 0.04 0.22 309.41 0.31 0.68
Hex C6 93 BE 0 1A 4 16 135 1F 44
Octal 306 223 276 0 32 4 26 465 37 104
Binary 11000110 10010011 10111110 0 11010 100 10110 100110101 11111 1000100

Color Harmonies of #C693BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693BE

Black with #C693BE

Text Example


Text Example

White with #C693BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693BE; }

 p { color: rgb(198,147,190); }

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

background-color css

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

 a { background-color: rgb(198,147,190); }

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

border-color css

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

 span { border-color: rgb(198,147,190); }

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