Html Css Color HEX #C292C8 Lilac

📋 copy color: '#C292C8'

red 194 ◦ green 146 ◦ blue 200

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

Shades of Lilac #C292C8

Tints of Lilac #C292C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 35.93%
G = 27.04%
B = 37.04%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C292C8 (or 0xC292C8) is known color: Lilac. HEX triplet: C2, 92 and C8. RGB value is (194,146,200). Sum of RGB (Red+Green+Blue) = 194+146+200=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #C292C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292C8 is #3D6D37. Grayscale: #A6A6A6. Windows color (decimal): -4025656 or 13144770. OLE color: 13144770.

HSL color Cylindrical-coordinate representation of color #C292C8: hue angle of 293.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C292C8 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 146 200 -
CMYK 0.03 0.27 0 0.22
HSL 293.33º 0.33% 0.68% -
HSV(B) 293.33º 0.27% 0.78% -
XYZ 42.95 36.2 59.37 -
YUV 166.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 194 146 200 0.03 0.27 0 0.22 293.33 0.33 0.68
Hex C2 92 C8 3 1B 0 16 125 21 44
Octal 302 222 310 3 33 0 26 445 41 104
Binary 11000010 10010010 11001000 11 11011 0 10110 100100101 100001 1000100

Color Harmonies of #C292C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C292C8

Black with #C292C8

Text Example


Text Example

White with #C292C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C292C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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