Html Css Color HEX #CA88C4 Lilac

📋 copy color: '#CA88C4'

red 202 ◦ green 136 ◦ blue 196

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

Shades of Lilac #CA88C4

Tints of Lilac #CA88C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.7%

R = 37.83%
G = 25.47%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA88C4 (or 0xCA88C4) is known color: Lilac. HEX triplet: CA, 88 and C4. RGB value is (202,136,196). Sum of RGB (Red+Green+Blue) = 202+136+196=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88C4 is #35773B. Grayscale: #A2A2A2. Windows color (decimal): -3503932 or 12880074. OLE color: 12880074.

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

Color convert

RGB 202 136 196 -
CMYK 0 0.33 0.03 0.21
HSL 305.45º 0.38% 0.66% -
HSV(B) 305.45º 0.33% 0.79% -
XYZ 43.13 34.15 56.54 -
YUV 162.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 202 136 196 0 0.33 0.03 0.21 305.45 0.38 0.66
Hex CA 88 C4 0 21 3 15 131 26 42
Octal 312 210 304 0 41 3 25 461 46 102
Binary 11001010 10001000 11000100 0 100001 11 10101 100110001 100110 1000010

Color Harmonies of #CA88C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88C4

Black with #CA88C4

Text Example


Text Example

White with #CA88C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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