Html Css Color HEX #C296CC Lilac

📋 copy color: '#C296CC'

red 194 ◦ green 150 ◦ blue 204

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

Shades of Lilac #C296CC

Tints of Lilac #C296CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.37%

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

R = 35.4%
G = 27.37%
B = 37.23%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C296CC (or 0xC296CC) is known color: Lilac. HEX triplet: C2, 96 and CC. RGB value is (194,150,204). Sum of RGB (Red+Green+Blue) = 194+150+204=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #C296CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296CC is #3D6933. Grayscale: #A9A9A9. Windows color (decimal): -4024628 or 13407938. OLE color: 13407938.

HSL color Cylindrical-coordinate representation of color #C296CC: hue angle of 288.89º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C296CC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 150 204 -
CMYK 0.05 0.26 0 0.2
HSL 288.89º 0.35% 0.69% -
HSV(B) 288.89º 0.26% 0.8% -
XYZ 44.05 37.64 62.07 -
YUV 169.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 194 150 204 0.05 0.26 0 0.2 288.89 0.35 0.69
Hex C2 96 CC 5 1A 0 14 121 23 45
Octal 302 226 314 5 32 0 24 441 43 105
Binary 11000010 10010110 11001100 101 11010 0 10100 100100001 100011 1000101

Color Harmonies of #C296CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296CC

Black with #C296CC

Text Example


Text Example

White with #C296CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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