Html Css Color HEX #C693CA Lilac

📋 copy color: '#C693CA'

red 198 ◦ green 147 ◦ blue 202

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

Shades of Lilac #C693CA

Tints of Lilac #C693CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.93%

R = 36.2%
G = 26.87%
B = 36.93%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C693CA (or 0xC693CA) is known color: Lilac. HEX triplet: C6, 93 and CA. RGB value is (198,147,202). Sum of RGB (Red+Green+Blue) = 198+147+202=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #C693CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693CA is #396C35. Grayscale: #A8A8A8. Windows color (decimal): -3763254 or 13276102. OLE color: 13276102.

HSL color Cylindrical-coordinate representation of color #C693CA: hue angle of 295.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C693CA is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 147 202 -
CMYK 0.02 0.27 0 0.21
HSL 295.64º 0.34% 0.68% -
HSV(B) 295.64º 0.27% 0.79% -
XYZ 44.38 37.14 60.71 -
YUV 168.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 198 147 202 0.02 0.27 0 0.21 295.64 0.34 0.68
Hex C6 93 CA 2 1B 0 15 128 22 44
Octal 306 223 312 2 33 0 25 450 42 104
Binary 11000110 10010011 11001010 10 11011 0 10101 100101000 100010 1000100

Color Harmonies of #C693CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693CA

Black with #C693CA

Text Example


Text Example

White with #C693CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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