Html Css Color HEX #C28ABF Lilac

📋 copy color: '#C28ABF'

red 194 ◦ green 138 ◦ blue 191

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

Shades of Lilac #C28ABF

Tints of Lilac #C28ABF

RGB

 RED value IS 194 (76.17% from 255) = 37.09%

 GREEN value IS 138 (54.3% from 255) = 26.39%

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

R = 37.09%
G = 26.39%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C28ABF (or 0xC28ABF) is known color: Lilac. HEX triplet: C2, 8A and BF. RGB value is (194,138,191). Sum of RGB (Red+Green+Blue) = 194+138+191=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C28ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ABF is #3D7540. Grayscale: #A0A0A0. Windows color (decimal): -4027713 or 12552898. OLE color: 12552898.

HSL color Cylindrical-coordinate representation of color #C28ABF: hue angle of 303.21º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28ABF is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 138 191 -
CMYK 0 0.29 0.02 0.24
HSL 303.21º 0.31% 0.65% -
HSV(B) 303.21º 0.29% 0.76% -
XYZ 40.74 33.41 53.59 -
YUV 160.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 194 138 191 0 0.29 0.02 0.24 303.21 0.31 0.65
Hex C2 8A BF 0 1D 2 18 12F 1F 41
Octal 302 212 277 0 35 2 30 457 37 101
Binary 11000010 10001010 10111111 0 11101 10 11000 100101111 11111 1000001

Color Harmonies of #C28ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28ABF

Black with #C28ABF

Text Example


Text Example

White with #C28ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28ABF; }

 p { color: rgb(194,138,191); }

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

background-color css

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

 a { background-color: rgb(194,138,191); }

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

border-color css

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

 span { border-color: rgb(194,138,191); }

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