Html Css Color HEX #C088C6 Lilac

📋 copy color: '#C088C6'

red 192 ◦ green 136 ◦ blue 198

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

Shades of Lilac #C088C6

Tints of Lilac #C088C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.64%

R = 36.5%
G = 25.86%
B = 37.64%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C088C6 (or 0xC088C6) is known color: Lilac. HEX triplet: C0, 88 and C6. RGB value is (192,136,198). Sum of RGB (Red+Green+Blue) = 192+136+198=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 198 - color contains mainly: blue. Hex color #C088C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088C6 is #3F7739. Grayscale: #9F9F9F. Windows color (decimal): -4159290 or 13011136. OLE color: 13011136.

HSL color Cylindrical-coordinate representation of color #C088C6: hue angle of 294.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C088C6 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 136 198 -
CMYK 0.03 0.31 0 0.22
HSL 294.19º 0.35% 0.65% -
HSV(B) 294.19º 0.31% 0.78% -
XYZ 40.74 32.89 57.63 -
YUV 159.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 192 136 198 0.03 0.31 0 0.22 294.19 0.35 0.65
Hex C0 88 C6 3 1F 0 16 126 23 41
Octal 300 210 306 3 37 0 26 446 43 101
Binary 11000000 10001000 11000110 11 11111 0 10110 100100110 100011 1000001

Color Harmonies of #C088C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088C6

Black with #C088C6

Text Example


Text Example

White with #C088C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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