Html Css Color HEX #C693BD Lilac

📋 copy color: '#C693BD'

red 198 ◦ green 147 ◦ blue 189

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

Shades of Lilac #C693BD

Tints of Lilac #C693BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 37.08%
G = 27.53%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C693BD (or 0xC693BD) is known color: Lilac. HEX triplet: C6, 93 and BD. RGB value is (198,147,189). Sum of RGB (Red+Green+Blue) = 198+147+189=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C693BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693BD is #396C42. Grayscale: #A6A6A6. Windows color (decimal): -3763267 or 12424134. OLE color: 12424134.

HSL color Cylindrical-coordinate representation of color #C693BD: hue angle of 310.59º 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 #C693BD is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 189 -
CMYK 0 0.26 0.05 0.22
HSL 310.59º 0.31% 0.68% -
HSV(B) 310.59º 0.26% 0.78% -
XYZ 42.91 36.55 52.94 -
YUV 167.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 198 147 189 0 0.26 0.05 0.22 310.59 0.31 0.68
Hex C6 93 BD 0 1A 5 16 137 1F 44
Octal 306 223 275 0 32 5 26 467 37 104
Binary 11000110 10010011 10111101 0 11010 101 10110 100110111 11111 1000100

Color Harmonies of #C693BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693BD

Black with #C693BD

Text Example


Text Example

White with #C693BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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