Html Css Color HEX #C190C4 Lilac

📋 copy color: '#C190C4'

red 193 ◦ green 144 ◦ blue 196

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

Shades of Lilac #C190C4

Tints of Lilac #C190C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.77%

R = 36.21%
G = 27.02%
B = 36.77%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C190C4 (or 0xC190C4) is known color: Lilac. HEX triplet: C1, 90 and C4. RGB value is (193,144,196). Sum of RGB (Red+Green+Blue) = 193+144+196=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #C190C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190C4 is #3E6F3B. Grayscale: #A4A4A4. Windows color (decimal): -4091708 or 12882113. OLE color: 12882113.

HSL color Cylindrical-coordinate representation of color #C190C4: hue angle of 296.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C190C4 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 144 196 -
CMYK 0.02 0.27 0 0.23
HSL 296.54º 0.31% 0.67% -
HSV(B) 296.54º 0.27% 0.77% -
XYZ 41.93 35.27 56.82 -
YUV 164.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 193 144 196 0.02 0.27 0 0.23 296.54 0.31 0.67
Hex C1 90 C4 2 1B 0 17 129 1F 43
Octal 301 220 304 2 33 0 27 451 37 103
Binary 11000001 10010000 11000100 10 11011 0 10111 100101001 11111 1000011

Color Harmonies of #C190C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190C4

Black with #C190C4

Text Example


Text Example

White with #C190C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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