Html Css Color HEX #CA8DBF Lilac

📋 copy color: '#CA8DBF'

red 202 ◦ green 141 ◦ blue 191

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

Shades of Lilac #CA8DBF

Tints of Lilac #CA8DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.4%

 BLUE value IS 191 (75% from 255) = 35.77%

R = 37.83%
G = 26.4%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA8DBF (or 0xCA8DBF) is known color: Lilac. HEX triplet: CA, 8D and BF. RGB value is (202,141,191). Sum of RGB (Red+Green+Blue) = 202+141+191=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DBF is #357240. Grayscale: #A4A4A4. Windows color (decimal): -3502657 or 12553674. OLE color: 12553674.

HSL color Cylindrical-coordinate representation of color #CA8DBF: hue angle of 310.82º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DBF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 141 191 -
CMYK 0 0.30 0.05 0.21
HSL 310.82º 0.37% 0.67% -
HSV(B) 310.82º 0.3% 0.79% -
XYZ 43.29 35.37 53.84 -
YUV 164.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 202 141 191 0 0.30 0.05 0.21 310.82 0.37 0.67
Hex CA 8D BF 0 1E 5 15 137 25 43
Octal 312 215 277 0 36 5 25 467 45 103
Binary 11001010 10001101 10111111 0 11110 101 10101 100110111 100101 1000011

Color Harmonies of #CA8DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8DBF

Black with #CA8DBF

Text Example


Text Example

White with #CA8DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8DBF; }

 p { color: rgb(202,141,191); }

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

background-color css

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

 a { background-color: rgb(202,141,191); }

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

border-color css

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

 span { border-color: rgb(202,141,191); }

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