Html Css Color HEX #CA8FC5 Lilac

📋 copy color: '#CA8FC5'

red 202 ◦ green 143 ◦ blue 197

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

Shades of Lilac #CA8FC5

Tints of Lilac #CA8FC5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.38%

 BLUE value IS 197 (77.34% from 255) = 36.35%

R = 37.27%
G = 26.38%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA8FC5 (or 0xCA8FC5) is known color: Lilac. HEX triplet: CA, 8F and C5. RGB value is (202,143,197). Sum of RGB (Red+Green+Blue) = 202+143+197=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FC5 is #35703A. Grayscale: #A6A6A6. Windows color (decimal): -3502139 or 12947402. OLE color: 12947402.

HSL color Cylindrical-coordinate representation of color #CA8FC5: hue angle of 305.08º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FC5 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 143 197 -
CMYK 0 0.29 0.02 0.21
HSL 305.08º 0.36% 0.68% -
HSV(B) 305.08º 0.29% 0.79% -
XYZ 44.26 36.23 57.48 -
YUV 166.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 202 143 197 0 0.29 0.02 0.21 305.08 0.36 0.68
Hex CA 8F C5 0 1D 2 15 131 24 44
Octal 312 217 305 0 35 2 25 461 44 104
Binary 11001010 10001111 11000101 0 11101 10 10101 100110001 100100 1000100

Color Harmonies of #CA8FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FC5

Black with #CA8FC5

Text Example


Text Example

White with #CA8FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FC5; }

 p { color: rgb(202,143,197); }

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

background-color css

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

 a { background-color: rgb(202,143,197); }

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

border-color css

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

 span { border-color: rgb(202,143,197); }

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