Html Css Color HEX #C28FAA Lily

📋 copy color: '#C28FAA'

red 194 ◦ green 143 ◦ blue 170

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

Shades of Lily #C28FAA

Tints of Lily #C28FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.53%

R = 38.26%
G = 28.21%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C28FAA (or 0xC28FAA) is known color: Lily. HEX triplet: C2, 8F and AA. RGB value is (194,143,170). Sum of RGB (Red+Green+Blue) = 194+143+170=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FAA is #3D7055. Grayscale: #A1A1A1. Windows color (decimal): -4026454 or 11177922. OLE color: 11177922.

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

Color convert

RGB 194 143 170 -
CMYK 0 0.26 0.12 0.24
HSL 328.24º 0.29% 0.66% -
HSV(B) 328.24º 0.26% 0.76% -
XYZ 39.33 34.02 42.52 -
YUV 161.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 194 143 170 0 0.26 0.12 0.24 328.24 0.29 0.66
Hex C2 8F AA 0 1A C 18 148 1D 42
Octal 302 217 252 0 32 14 30 510 35 102
Binary 11000010 10001111 10101010 0 11010 1100 11000 101001000 11101 1000010

Color Harmonies of #C28FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FAA

Black with #C28FAA

Text Example


Text Example

White with #C28FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FAA; }

 p { color: rgb(194,143,170); }

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

background-color css

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

 a { background-color: rgb(194,143,170); }

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

border-color css

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

 span { border-color: rgb(194,143,170); }

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