Html Css Color HEX #C294CB Lilac

📋 copy color: '#C294CB'

red 194 ◦ green 148 ◦ blue 203

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

Shades of Lilac #C294CB

Tints of Lilac #C294CB

RGB

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

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

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

R = 35.6%
G = 27.16%
B = 37.25%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C294CB (or 0xC294CB) is known color: Lilac. HEX triplet: C2, 94 and CB. RGB value is (194,148,203). Sum of RGB (Red+Green+Blue) = 194+148+203=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #C294CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294CB is #3D6B34. Grayscale: #A7A7A7. Windows color (decimal): -4025141 or 13341890. OLE color: 13341890.

HSL color Cylindrical-coordinate representation of color #C294CB: hue angle of 290.18º 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 #C294CB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 148 203 -
CMYK 0.04 0.27 0 0.20
HSL 290.18º 0.35% 0.69% -
HSV(B) 290.18º 0.27% 0.8% -
XYZ 43.62 36.96 61.34 -
YUV 168.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 194 148 203 0.04 0.27 0 0.20 290.18 0.35 0.69
Hex C2 94 CB 4 1B 0 14 122 23 45
Octal 302 224 313 4 33 0 24 442 43 105
Binary 11000010 10010100 11001011 100 11011 0 10100 100100010 100011 1000101

Color Harmonies of #C294CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294CB

Black with #C294CB

Text Example


Text Example

White with #C294CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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