Html Css Color HEX #C088CA Lilac

📋 copy color: '#C088CA'

red 192 ◦ green 136 ◦ blue 202

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

Shades of Lilac #C088CA

Tints of Lilac #C088CA

RGB

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

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

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

R = 36.23%
G = 25.66%
B = 38.11%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C088CA (or 0xC088CA) is known color: Lilac. HEX triplet: C0, 88 and CA. RGB value is (192,136,202). Sum of RGB (Red+Green+Blue) = 192+136+202=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #C088CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088CA is #3F7735. Grayscale: #A0A0A0. Windows color (decimal): -4159286 or 13273280. OLE color: 13273280.

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

Color convert

RGB 192 136 202 -
CMYK 0.05 0.33 0 0.21
HSL 290.91º 0.38% 0.66% -
HSV(B) 290.91º 0.33% 0.79% -
XYZ 41.2 33.08 60.09 -
YUV 160.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 192 136 202 0.05 0.33 0 0.21 290.91 0.38 0.66
Hex C0 88 CA 5 21 0 15 123 26 42
Octal 300 210 312 5 41 0 25 443 46 102
Binary 11000000 10001000 11001010 101 100001 0 10101 100100011 100110 1000010

Color Harmonies of #C088CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088CA

Black with #C088CA

Text Example


Text Example

White with #C088CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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