Html Css Color HEX #C290BD Lilac

📋 copy color: '#C290BD'

red 194 ◦ green 144 ◦ blue 189

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

Shades of Lilac #C290BD

Tints of Lilac #C290BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 36.81%
G = 27.32%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C290BD (or 0xC290BD) is known color: Lilac. HEX triplet: C2, 90 and BD. RGB value is (194,144,189). Sum of RGB (Red+Green+Blue) = 194+144+189=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C290BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290BD is #3D6F42. Grayscale: #A3A3A3. Windows color (decimal): -4026179 or 12423362. OLE color: 12423362.

HSL color Cylindrical-coordinate representation of color #C290BD: hue angle of 306º 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 #C290BD is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 189 -
CMYK 0 0.26 0.03 0.24
HSL 306º 0.29% 0.66% -
HSV(B) 306º 0.26% 0.76% -
XYZ 41.41 35.09 52.73 -
YUV 164.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 194 144 189 0 0.26 0.03 0.24 306 0.29 0.66
Hex C2 90 BD 0 1A 3 18 132 1D 42
Octal 302 220 275 0 32 3 30 462 35 102
Binary 11000010 10010000 10111101 0 11010 11 11000 100110010 11101 1000010

Color Harmonies of #C290BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C290BD

Black with #C290BD

Text Example


Text Example

White with #C290BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C290BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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