Html Css Color HEX #C296CB Lilac

📋 copy color: '#C296CB'

red 194 ◦ green 150 ◦ blue 203

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

Shades of Lilac #C296CB

Tints of Lilac #C296CB

RGB

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

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

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

R = 35.47%
G = 27.42%
B = 37.11%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C296CB (or 0xC296CB) is known color: Lilac. HEX triplet: C2, 96 and CB. RGB value is (194,150,203). Sum of RGB (Red+Green+Blue) = 194+150+203=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #C296CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296CB is #3D6934. Grayscale: #A9A9A9. Windows color (decimal): -4024629 or 13342402. OLE color: 13342402.

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

Color convert

RGB 194 150 203 -
CMYK 0.04 0.26 0 0.20
HSL 289.81º 0.34% 0.69% -
HSV(B) 289.81º 0.26% 0.8% -
XYZ 43.93 37.59 61.44 -
YUV 169.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 194 150 203 0.04 0.26 0 0.20 289.81 0.34 0.69
Hex C2 96 CB 4 1A 0 14 122 22 45
Octal 302 226 313 4 32 0 24 442 42 105
Binary 11000010 10010110 11001011 100 11010 0 10100 100100010 100010 1000101

Color Harmonies of #C296CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296CB

Black with #C296CB

Text Example


Text Example

White with #C296CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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