Html Css Color HEX #C190CA Lilac

📋 copy color: '#C190CA'

red 193 ◦ green 144 ◦ blue 202

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

Shades of Lilac #C190CA

Tints of Lilac #C190CA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.72%

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

R = 35.81%
G = 26.72%
B = 37.48%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C190CA (or 0xC190CA) is known color: Lilac. HEX triplet: C1, 90 and CA. RGB value is (193,144,202). Sum of RGB (Red+Green+Blue) = 193+144+202=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #C190CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190CA is #3E6F35. Grayscale: #A5A5A5. Windows color (decimal): -4091702 or 13275329. OLE color: 13275329.

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

Color convert

RGB 193 144 202 -
CMYK 0.04 0.29 0 0.21
HSL 290.69º 0.35% 0.68% -
HSV(B) 290.69º 0.29% 0.79% -
XYZ 42.63 35.55 60.49 -
YUV 165.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 193 144 202 0.04 0.29 0 0.21 290.69 0.35 0.68
Hex C1 90 CA 4 1D 0 15 123 23 44
Octal 301 220 312 4 35 0 25 443 43 104
Binary 11000001 10010000 11001010 100 11101 0 10101 100100011 100011 1000100

Color Harmonies of #C190CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190CA

Black with #C190CA

Text Example


Text Example

White with #C190CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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