Html Css Color HEX #C088C0 Lilac

📋 copy color: '#C088C0'

red 192 ◦ green 136 ◦ blue 192

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

Shades of Lilac #C088C0

Tints of Lilac #C088C0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.15%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 36.92%
G = 26.15%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C088C0 (or 0xC088C0) is known color: Lilac. HEX triplet: C0, 88 and C0. RGB value is (192,136,192). Sum of RGB (Red+Green+Blue) = 192+136+192=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C088C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088C0 is #3F773F. Grayscale: #9E9E9E. Windows color (decimal): -4159296 or 12617920. OLE color: 12617920.

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

Color convert

RGB 192 136 192 -
CMYK 0 0.29 0 0.25
HSL 300º 0.31% 0.64% -
HSV(B) 300º 0.29% 0.75% -
XYZ 40.06 32.62 54.05 -
YUV 159.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 192 136 192 0 0.29 0 0.25 300 0.31 0.64
Hex C0 88 C0 0 1D 0 19 12C 1F 40
Octal 300 210 300 0 35 0 31 454 37 100
Binary 11000000 10001000 11000000 0 11101 0 11001 100101100 11111 1000000

Color Harmonies of #C088C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088C0

Black with #C088C0

Text Example


Text Example

White with #C088C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088C0; }

 p { color: rgb(192,136,192); }

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

background-color css

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

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

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

border-color css

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

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

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