Html Css Color HEX #C296C5 Lilac

📋 copy color: '#C296C5'

red 194 ◦ green 150 ◦ blue 197

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

Shades of Lilac #C296C5

Tints of Lilac #C296C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.41%

R = 35.86%
G = 27.73%
B = 36.41%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C296C5 (or 0xC296C5) is known color: Lilac. HEX triplet: C2, 96 and C5. RGB value is (194,150,197). Sum of RGB (Red+Green+Blue) = 194+150+197=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #C296C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296C5 is #3D693A. Grayscale: #A8A8A8. Windows color (decimal): -4024635 or 12949186. OLE color: 12949186.

HSL color Cylindrical-coordinate representation of color #C296C5: hue angle of 296.17º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C296C5 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 150 197 -
CMYK 0.02 0.24 0 0.23
HSL 296.17º 0.29% 0.68% -
HSV(B) 296.17º 0.24% 0.77% -
XYZ 43.23 37.31 57.75 -
YUV 168.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 194 150 197 0.02 0.24 0 0.23 296.17 0.29 0.68
Hex C2 96 C5 2 18 0 17 128 1D 44
Octal 302 226 305 2 30 0 27 450 35 104
Binary 11000010 10010110 11000101 10 11000 0 10111 100101000 11101 1000100

Color Harmonies of #C296C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296C5

Black with #C296C5

Text Example


Text Example

White with #C296C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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