Html Css Color HEX #C294CC Lilac

📋 copy color: '#C294CC'

red 194 ◦ green 148 ◦ blue 204

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

Shades of Lilac #C294CC

Tints of Lilac #C294CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 35.53%
G = 27.11%
B = 37.36%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C294CC (or 0xC294CC) is known color: Lilac. HEX triplet: C2, 94 and CC. RGB value is (194,148,204). Sum of RGB (Red+Green+Blue) = 194+148+204=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #C294CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294CC is #3D6B33. Grayscale: #A7A7A7. Windows color (decimal): -4025140 or 13407426. OLE color: 13407426.

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

Color convert

RGB 194 148 204 -
CMYK 0.05 0.27 0 0.2
HSL 289.29º 0.35% 0.69% -
HSV(B) 289.29º 0.27% 0.8% -
XYZ 43.74 37.01 61.96 -
YUV 168.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 194 148 204 0.05 0.27 0 0.2 289.29 0.35 0.69
Hex C2 94 CC 5 1B 0 14 121 23 45
Octal 302 224 314 5 33 0 24 441 43 105
Binary 11000010 10010100 11001100 101 11011 0 10100 100100001 100011 1000101

Color Harmonies of #C294CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294CC

Black with #C294CC

Text Example


Text Example

White with #C294CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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