Html Css Color HEX #C096BD Lilac

📋 copy color: '#C096BD'

red 192 ◦ green 150 ◦ blue 189

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

Shades of Lilac #C096BD

Tints of Lilac #C096BD

RGB

 RED value IS 192 (75.39% from 255) = 36.16%

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

 BLUE value IS 189 (74.22% from 255) = 35.59%

R = 36.16%
G = 28.25%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C096BD (or 0xC096BD) is known color: Lilac. HEX triplet: C0, 96 and BD. RGB value is (192,150,189). Sum of RGB (Red+Green+Blue) = 192+150+189=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C096BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096BD is #3F6942. Grayscale: #A6A6A6. Windows color (decimal): -4155715 or 12424896. OLE color: 12424896.

HSL color Cylindrical-coordinate representation of color #C096BD: hue angle of 304.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C096BD is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 189 -
CMYK 0 0.22 0.02 0.25
HSL 304.29º 0.25% 0.67% -
HSV(B) 304.29º 0.22% 0.75% -
XYZ 41.83 36.69 53.02 -
YUV 167 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 192 150 189 0 0.22 0.02 0.25 304.29 0.25 0.67
Hex C0 96 BD 0 16 2 19 130 19 43
Octal 300 226 275 0 26 2 31 460 31 103
Binary 11000000 10010110 10111101 0 10110 10 11001 100110000 11001 1000011

Color Harmonies of #C096BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096BD

Black with #C096BD

Text Example


Text Example

White with #C096BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096BD; }

 p { color: rgb(192,150,189); }

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

background-color css

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

 a { background-color: rgb(192,150,189); }

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

border-color css

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

 span { border-color: rgb(192,150,189); }

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