Html Css Color HEX #C096CA Lilac

📋 copy color: '#C096CA'

red 192 ◦ green 150 ◦ blue 202

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

Shades of Lilac #C096CA

Tints of Lilac #C096CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 35.29%
G = 27.57%
B = 37.13%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C096CA (or 0xC096CA) is known color: Lilac. HEX triplet: C0, 96 and CA. RGB value is (192,150,202). Sum of RGB (Red+Green+Blue) = 192+150+202=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #C096CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096CA is #3F6935. Grayscale: #A8A8A8. Windows color (decimal): -4155702 or 13276864. OLE color: 13276864.

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

Color convert

RGB 192 150 202 -
CMYK 0.05 0.26 0 0.21
HSL 288.46º 0.33% 0.69% -
HSV(B) 288.46º 0.26% 0.79% -
XYZ 43.31 37.28 60.79 -
YUV 168.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 192 150 202 0.05 0.26 0 0.21 288.46 0.33 0.69
Hex C0 96 CA 5 1A 0 15 120 21 45
Octal 300 226 312 5 32 0 25 440 41 105
Binary 11000000 10010110 11001010 101 11010 0 10101 100100000 100001 1000101

Color Harmonies of #C096CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096CA

Black with #C096CA

Text Example


Text Example

White with #C096CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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