Html Css Color HEX #CA88C1 Lilac

📋 copy color: '#CA88C1'

red 202 ◦ green 136 ◦ blue 193

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

Shades of Lilac #CA88C1

Tints of Lilac #CA88C1

RGB

 RED value IS 202 (79.3% from 255) = 38.04%

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

 BLUE value IS 193 (75.78% from 255) = 36.35%

R = 38.04%
G = 25.61%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA88C1 (or 0xCA88C1) is known color: Lilac. HEX triplet: CA, 88 and C1. RGB value is (202,136,193). Sum of RGB (Red+Green+Blue) = 202+136+193=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88C1 is #35773E. Grayscale: #A2A2A2. Windows color (decimal): -3503935 or 12683466. OLE color: 12683466.

HSL color Cylindrical-coordinate representation of color #CA88C1: hue angle of 308.18º 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 #CA88C1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 193 -
CMYK 0 0.33 0.04 0.21
HSL 308.18º 0.38% 0.66% -
HSV(B) 308.18º 0.33% 0.79% -
XYZ 42.79 34.02 54.76 -
YUV 162.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 202 136 193 0 0.33 0.04 0.21 308.18 0.38 0.66
Hex CA 88 C1 0 21 4 15 134 26 42
Octal 312 210 301 0 41 4 25 464 46 102
Binary 11001010 10001000 11000001 0 100001 100 10101 100110100 100110 1000010

Color Harmonies of #CA88C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88C1

Black with #CA88C1

Text Example


Text Example

White with #CA88C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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