Html Css Color HEX #CA83BD Lilac

📋 copy color: '#CA83BD'

red 202 ◦ green 131 ◦ blue 189

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

Shades of Lilac #CA83BD

Tints of Lilac #CA83BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.1%

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 38.7%
G = 25.1%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA83BD (or 0xCA83BD) is known color: Lilac. HEX triplet: CA, 83 and BD. RGB value is (202,131,189). Sum of RGB (Red+Green+Blue) = 202+131+189=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83BD is #357C42. Grayscale: #9E9E9E. Windows color (decimal): -3505219 or 12420042. OLE color: 12420042.

HSL color Cylindrical-coordinate representation of color #CA83BD: hue angle of 310.99º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA83BD is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 131 189 -
CMYK 0 0.35 0.06 0.21
HSL 310.99º 0.4% 0.65% -
HSV(B) 310.99º 0.35% 0.79% -
XYZ 41.66 32.46 52.21 -
YUV 158.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 202 131 189 0 0.35 0.06 0.21 310.99 0.4 0.65
Hex CA 83 BD 0 23 6 15 137 28 41
Octal 312 203 275 0 43 6 25 467 50 101
Binary 11001010 10000011 10111101 0 100011 110 10101 100110111 101000 1000001

Color Harmonies of #CA83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83BD

Black with #CA83BD

Text Example


Text Example

White with #CA83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83BD; }

 p { color: rgb(202,131,189); }

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

background-color css

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

 a { background-color: rgb(202,131,189); }

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

border-color css

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

 span { border-color: rgb(202,131,189); }

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