Html Css Color HEX #C1A0CA Lilac

📋 copy color: '#C1A0CA'

red 193 ◦ green 160 ◦ blue 202

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

Shades of Lilac #C1A0CA

Tints of Lilac #C1A0CA

RGB

 RED value IS 193 (75.78% from 255) = 34.77%

 GREEN value IS 160 (62.89% from 255) = 28.83%

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

R = 34.77%
G = 28.83%
B = 36.4%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C1A0CA (or 0xC1A0CA) is known color: Lilac. HEX triplet: C1, A0 and CA. RGB value is (193,160,202). Sum of RGB (Red+Green+Blue) = 193+160+202=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A0CA is #3E5F35. Grayscale: #AEAEAE. Windows color (decimal): -4087606 or 13279425. OLE color: 13279425.

HSL color Cylindrical-coordinate representation of color #C1A0CA: hue angle of 287.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1A0CA is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 160 202 -
CMYK 0.04 0.21 0 0.21
HSL 287.14º 0.28% 0.71% -
HSV(B) 287.14º 0.21% 0.79% -
XYZ 45.22 40.74 61.36 -
YUV 174.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 193 160 202 0.04 0.21 0 0.21 287.14 0.28 0.71
Hex C1 A0 CA 4 15 0 15 11F 1C 47
Octal 301 240 312 4 25 0 25 437 34 107
Binary 11000001 10100000 11001010 100 10101 0 10101 100011111 11100 1000111

Color Harmonies of #C1A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A0CA

Black with #C1A0CA

Text Example


Text Example

White with #C1A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A0CA; }

 p { color: rgb(193,160,202); }

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

background-color css

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

 a { background-color: rgb(193,160,202); }

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

border-color css

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

 span { border-color: rgb(193,160,202); }

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