Html Css Color HEX #CA8FC4 Lilac

📋 copy color: '#CA8FC4'

red 202 ◦ green 143 ◦ blue 196

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

Shades of Lilac #CA8FC4

Tints of Lilac #CA8FC4

RGB

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

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

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

R = 37.34%
G = 26.43%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA8FC4 (or 0xCA8FC4) is known color: Lilac. HEX triplet: CA, 8F and C4. RGB value is (202,143,196). Sum of RGB (Red+Green+Blue) = 202+143+196=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FC4 is #35703B. Grayscale: #A6A6A6. Windows color (decimal): -3502140 or 12881866. OLE color: 12881866.

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

Color convert

RGB 202 143 196 -
CMYK 0 0.29 0.03 0.21
HSL 306.1º 0.36% 0.68% -
HSV(B) 306.1º 0.29% 0.79% -
XYZ 44.14 36.19 56.88 -
YUV 166.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 202 143 196 0 0.29 0.03 0.21 306.1 0.36 0.68
Hex CA 8F C4 0 1D 3 15 132 24 44
Octal 312 217 304 0 35 3 25 462 44 104
Binary 11001010 10001111 11000100 0 11101 11 10101 100110010 100100 1000100

Color Harmonies of #CA8FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FC4

Black with #CA8FC4

Text Example


Text Example

White with #CA8FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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