Html Css Color HEX #C28AC7 Lilac

📋 copy color: '#C28AC7'

red 194 ◦ green 138 ◦ blue 199

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

Shades of Lilac #C28AC7

Tints of Lilac #C28AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.48%

R = 36.53%
G = 25.99%
B = 37.48%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C28AC7 (or 0xC28AC7) is known color: Lilac. HEX triplet: C2, 8A and C7. RGB value is (194,138,199). Sum of RGB (Red+Green+Blue) = 194+138+199=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 199 - color contains mainly: blue. Hex color #C28AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AC7 is #3D7538. Grayscale: #A1A1A1. Windows color (decimal): -4027705 or 13077186. OLE color: 13077186.

HSL color Cylindrical-coordinate representation of color #C28AC7: hue angle of 295.08º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28AC7 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 138 199 -
CMYK 0.03 0.31 0 0.22
HSL 295.08º 0.35% 0.66% -
HSV(B) 295.08º 0.31% 0.78% -
XYZ 41.65 33.77 58.36 -
YUV 161.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 194 138 199 0.03 0.31 0 0.22 295.08 0.35 0.66
Hex C2 8A C7 3 1F 0 16 127 23 42
Octal 302 212 307 3 37 0 26 447 43 102
Binary 11000010 10001010 11000111 11 11111 0 10110 100100111 100011 1000010

Color Harmonies of #C28AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28AC7

Black with #C28AC7

Text Example


Text Example

White with #C28AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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