Html Css Color HEX #C28EB0 Lily

📋 copy color: '#C28EB0'

red 194 ◦ green 142 ◦ blue 176

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

Shades of Lily #C28EB0

Tints of Lily #C28EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 37.89%
G = 27.73%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C28EB0 (or 0xC28EB0) is known color: Lily. HEX triplet: C2, 8E and B0. RGB value is (194,142,176). Sum of RGB (Red+Green+Blue) = 194+142+176=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EB0 is #3D714F. Grayscale: #A1A1A1. Windows color (decimal): -4026704 or 11570882. OLE color: 11570882.

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

Color convert

RGB 194 142 176 -
CMYK 0 0.27 0.09 0.24
HSL 320.77º 0.3% 0.66% -
HSV(B) 320.77º 0.27% 0.76% -
XYZ 39.76 33.95 45.53 -
YUV 161.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 194 142 176 0 0.27 0.09 0.24 320.77 0.3 0.66
Hex C2 8E B0 0 1B 9 18 141 1E 42
Octal 302 216 260 0 33 11 30 501 36 102
Binary 11000010 10001110 10110000 0 11011 1001 11000 101000001 11110 1000010

Color Harmonies of #C28EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EB0

Black with #C28EB0

Text Example


Text Example

White with #C28EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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