Html Css Color HEX #C28BAE Lily

📋 copy color: '#C28BAE'

red 194 ◦ green 139 ◦ blue 174

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

Shades of Lily #C28BAE

Tints of Lily #C28BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.42%

 BLUE value IS 174 (68.36% from 255) = 34.32%

R = 38.26%
G = 27.42%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C28BAE (or 0xC28BAE) is known color: Lily. HEX triplet: C2, 8B and AE. RGB value is (194,139,174). Sum of RGB (Red+Green+Blue) = 194+139+174=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28BAE is #3D7451. Grayscale: #9F9F9F. Windows color (decimal): -4027474 or 11439042. OLE color: 11439042.

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

Color convert

RGB 194 139 174 -
CMYK 0 0.28 0.10 0.24
HSL 321.82º 0.31% 0.65% -
HSV(B) 321.82º 0.28% 0.76% -
XYZ 39.12 32.99 44.35 -
YUV 159.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 194 139 174 0 0.28 0.10 0.24 321.82 0.31 0.65
Hex C2 8B AE 0 1C A 18 142 1F 41
Octal 302 213 256 0 34 12 30 502 37 101
Binary 11000010 10001011 10101110 0 11100 1010 11000 101000010 11111 1000001

Color Harmonies of #C28BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28BAE

Black with #C28BAE

Text Example


Text Example

White with #C28BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28BAE; }

 p { color: rgb(194,139,174); }

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

background-color css

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

 a { background-color: rgb(194,139,174); }

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

border-color css

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

 span { border-color: rgb(194,139,174); }

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