Html Css Color HEX #C28EB2 Lily

📋 copy color: '#C28EB2'

red 194 ◦ green 142 ◦ blue 178

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

Shades of Lily #C28EB2

Tints of Lily #C28EB2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.63%

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 37.74%
G = 27.63%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C28EB2 (or 0xC28EB2) is known color: Lily. HEX triplet: C2, 8E and B2. RGB value is (194,142,178). Sum of RGB (Red+Green+Blue) = 194+142+178=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EB2 is #3D714D. Grayscale: #A1A1A1. Windows color (decimal): -4026702 or 11701954. OLE color: 11701954.

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

Color convert

RGB 194 142 178 -
CMYK 0 0.27 0.08 0.24
HSL 318.46º 0.3% 0.66% -
HSV(B) 318.46º 0.27% 0.76% -
XYZ 39.96 34.03 46.58 -
YUV 161.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 194 142 178 0 0.27 0.08 0.24 318.46 0.3 0.66
Hex C2 8E B2 0 1B 8 18 13E 1E 42
Octal 302 216 262 0 33 10 30 476 36 102
Binary 11000010 10001110 10110010 0 11011 1000 11000 100111110 11110 1000010

Color Harmonies of #C28EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EB2

Black with #C28EB2

Text Example


Text Example

White with #C28EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EB2; }

 p { color: rgb(194,142,178); }

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

background-color css

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

 a { background-color: rgb(194,142,178); }

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

border-color css

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

 span { border-color: rgb(194,142,178); }

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