Html Css Color HEX #C292BD Lilac

📋 copy color: '#C292BD'

red 194 ◦ green 146 ◦ blue 189

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

Shades of Lilac #C292BD

Tints of Lilac #C292BD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.6%

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

R = 36.67%
G = 27.6%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C292BD (or 0xC292BD) is known color: Lilac. HEX triplet: C2, 92 and BD. RGB value is (194,146,189). Sum of RGB (Red+Green+Blue) = 194+146+189=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C292BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292BD is #3D6D42. Grayscale: #A5A5A5. Windows color (decimal): -4025667 or 12423874. OLE color: 12423874.

HSL color Cylindrical-coordinate representation of color #C292BD: hue angle of 306.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C292BD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 189 -
CMYK 0 0.25 0.03 0.24
HSL 306.25º 0.28% 0.67% -
HSV(B) 306.25º 0.25% 0.76% -
XYZ 41.71 35.7 52.84 -
YUV 165.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 194 146 189 0 0.25 0.03 0.24 306.25 0.28 0.67
Hex C2 92 BD 0 19 3 18 132 1C 43
Octal 302 222 275 0 31 3 30 462 34 103
Binary 11000010 10010010 10111101 0 11001 11 11000 100110010 11100 1000011

Color Harmonies of #C292BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292BD

Black with #C292BD

Text Example


Text Example

White with #C292BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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