Html Css Color HEX #C693C2 Lilac

📋 copy color: '#C693C2'

red 198 ◦ green 147 ◦ blue 194

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

Shades of Lilac #C693C2

Tints of Lilac #C693C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 36.73%
G = 27.27%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C693C2 (or 0xC693C2) is known color: Lilac. HEX triplet: C6, 93 and C2. RGB value is (198,147,194). Sum of RGB (Red+Green+Blue) = 198+147+194=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C693C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693C2 is #396C3D. Grayscale: #A7A7A7. Windows color (decimal): -3763262 or 12751814. OLE color: 12751814.

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

Color convert

RGB 198 147 194 -
CMYK 0 0.26 0.02 0.22
HSL 304.71º 0.31% 0.68% -
HSV(B) 304.71º 0.26% 0.78% -
XYZ 43.46 36.77 55.85 -
YUV 167.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 198 147 194 0 0.26 0.02 0.22 304.71 0.31 0.68
Hex C6 93 C2 0 1A 2 16 131 1F 44
Octal 306 223 302 0 32 2 26 461 37 104
Binary 11000110 10010011 11000010 0 11010 10 10110 100110001 11111 1000100

Color Harmonies of #C693C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693C2

Black with #C693C2

Text Example


Text Example

White with #C693C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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