Html Css Color HEX #C194CB Lilac

📋 copy color: '#C194CB'

red 193 ◦ green 148 ◦ blue 203

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

Shades of Lilac #C194CB

Tints of Lilac #C194CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.21%

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 35.48%
G = 27.21%
B = 37.32%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C194CB (or 0xC194CB) is known color: Lilac. HEX triplet: C1, 94 and CB. RGB value is (193,148,203). Sum of RGB (Red+Green+Blue) = 193+148+203=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #C194CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194CB is #3E6B34. Grayscale: #A7A7A7. Windows color (decimal): -4090677 or 13341889. OLE color: 13341889.

HSL color Cylindrical-coordinate representation of color #C194CB: hue angle of 289.09º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C194CB is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 148 203 -
CMYK 0.05 0.27 0 0.20
HSL 289.09º 0.35% 0.69% -
HSV(B) 289.09º 0.27% 0.8% -
XYZ 43.36 36.83 61.32 -
YUV 167.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 193 148 203 0.05 0.27 0 0.20 289.09 0.35 0.69
Hex C1 94 CB 5 1B 0 14 121 23 45
Octal 301 224 313 5 33 0 24 441 43 105
Binary 11000001 10010100 11001011 101 11011 0 10100 100100001 100011 1000101

Color Harmonies of #C194CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194CB

Black with #C194CB

Text Example


Text Example

White with #C194CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194CB; }

 p { color: rgb(193,148,203); }

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

background-color css

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

 a { background-color: rgb(193,148,203); }

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

border-color css

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

 span { border-color: rgb(193,148,203); }

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