Html Css Color HEX #C290BF Lilac

📋 copy color: '#C290BF'

red 194 ◦ green 144 ◦ blue 191

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

Shades of Lilac #C290BF

Tints of Lilac #C290BF

RGB

 RED value IS 194 (76.17% from 255) = 36.67%

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

 BLUE value IS 191 (75% from 255) = 36.11%

R = 36.67%
G = 27.22%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C290BF (or 0xC290BF) is known color: Lilac. HEX triplet: C2, 90 and BF. RGB value is (194,144,191). Sum of RGB (Red+Green+Blue) = 194+144+191=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C290BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290BF is #3D6F40. Grayscale: #A4A4A4. Windows color (decimal): -4026177 or 12554434. OLE color: 12554434.

HSL color Cylindrical-coordinate representation of color #C290BF: hue angle of 303.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C290BF is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 191 -
CMYK 0 0.26 0.02 0.24
HSL 303.6º 0.29% 0.66% -
HSV(B) 303.6º 0.26% 0.76% -
XYZ 41.63 35.18 53.89 -
YUV 164.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 194 144 191 0 0.26 0.02 0.24 303.6 0.29 0.66
Hex C2 90 BF 0 1A 2 18 130 1D 42
Octal 302 220 277 0 32 2 30 460 35 102
Binary 11000010 10010000 10111111 0 11010 10 11000 100110000 11101 1000010

Color Harmonies of #C290BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290BF

Black with #C290BF

Text Example


Text Example

White with #C290BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290BF; }

 p { color: rgb(194,144,191); }

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

background-color css

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

 a { background-color: rgb(194,144,191); }

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

border-color css

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

 span { border-color: rgb(194,144,191); }

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