Html Css Color HEX #C28AAF Lily

📋 copy color: '#C28AAF'

red 194 ◦ green 138 ◦ blue 175

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

Shades of Lily #C28AAF

Tints of Lily #C28AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 38.26%
G = 27.22%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C28AAF (or 0xC28AAF) is known color: Lily. HEX triplet: C2, 8A and AF. RGB value is (194,138,175). Sum of RGB (Red+Green+Blue) = 194+138+175=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28AAF is #3D7550. Grayscale: #9E9E9E. Windows color (decimal): -4027729 or 11504322. OLE color: 11504322.

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

Color convert

RGB 194 138 175 -
CMYK 0 0.29 0.10 0.24
HSL 320.36º 0.31% 0.65% -
HSV(B) 320.36º 0.29% 0.76% -
XYZ 39.07 32.74 44.82 -
YUV 158.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 194 138 175 0 0.29 0.10 0.24 320.36 0.31 0.65
Hex C2 8A AF 0 1D A 18 140 1F 41
Octal 302 212 257 0 35 12 30 500 37 101
Binary 11000010 10001010 10101111 0 11101 1010 11000 101000000 11111 1000001

Color Harmonies of #C28AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28AAF

Black with #C28AAF

Text Example


Text Example

White with #C28AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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