Html Css Color HEX #C693C1 Lilac

📋 copy color: '#C693C1'

red 198 ◦ green 147 ◦ blue 193

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

Shades of Lilac #C693C1

Tints of Lilac #C693C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 36.8%
G = 27.32%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C693C1 (or 0xC693C1) is known color: Lilac. HEX triplet: C6, 93 and C1. RGB value is (198,147,193). Sum of RGB (Red+Green+Blue) = 198+147+193=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C693C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693C1 is #396C3E. Grayscale: #A7A7A7. Windows color (decimal): -3763263 or 12686278. OLE color: 12686278.

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

Color convert

RGB 198 147 193 -
CMYK 0 0.26 0.03 0.22
HSL 305.88º 0.31% 0.68% -
HSV(B) 305.88º 0.26% 0.78% -
XYZ 43.35 36.72 55.26 -
YUV 167.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 198 147 193 0 0.26 0.03 0.22 305.88 0.31 0.68
Hex C6 93 C1 0 1A 3 16 132 1F 44
Octal 306 223 301 0 32 3 26 462 37 104
Binary 11000110 10010011 11000001 0 11010 11 10110 100110010 11111 1000100

Color Harmonies of #C693C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693C1

Black with #C693C1

Text Example


Text Example

White with #C693C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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