Html Css Color HEX #C28AC0 Lilac

📋 copy color: '#C28AC0'

red 194 ◦ green 138 ◦ blue 192

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

Shades of Lilac #C28AC0

Tints of Lilac #C28AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 37.02%
G = 26.34%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C28AC0 (or 0xC28AC0) is known color: Lilac. HEX triplet: C2, 8A and C0. RGB value is (194,138,192). Sum of RGB (Red+Green+Blue) = 194+138+192=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AC0 is #3D753F. Grayscale: #A0A0A0. Windows color (decimal): -4027712 or 12618434. OLE color: 12618434.

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

Color convert

RGB 194 138 192 -
CMYK 0 0.29 0.01 0.24
HSL 302.14º 0.31% 0.65% -
HSV(B) 302.14º 0.29% 0.76% -
XYZ 40.85 33.45 54.17 -
YUV 160.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 194 138 192 0 0.29 0.01 0.24 302.14 0.31 0.65
Hex C2 8A C0 0 1D 1 18 12E 1F 41
Octal 302 212 300 0 35 1 30 456 37 101
Binary 11000010 10001010 11000000 0 11101 1 11000 100101110 11111 1000001

Color Harmonies of #C28AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28AC0

Black with #C28AC0

Text Example


Text Example

White with #C28AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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