Html Css Color HEX #C28EB4 Lily

📋 copy color: '#C28EB4'

red 194 ◦ green 142 ◦ blue 180

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

Shades of Lily #C28EB4

Tints of Lily #C28EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 37.6%
G = 27.52%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C28EB4 (or 0xC28EB4) is known color: Lily. HEX triplet: C2, 8E and B4. RGB value is (194,142,180). Sum of RGB (Red+Green+Blue) = 194+142+180=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EB4 is #3D714B. Grayscale: #A1A1A1. Windows color (decimal): -4026700 or 11833026. OLE color: 11833026.

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

Color convert

RGB 194 142 180 -
CMYK 0 0.27 0.07 0.24
HSL 316.15º 0.3% 0.66% -
HSV(B) 316.15º 0.27% 0.76% -
XYZ 40.16 34.11 47.65 -
YUV 161.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 194 142 180 0 0.27 0.07 0.24 316.15 0.3 0.66
Hex C2 8E B4 0 1B 7 18 13C 1E 42
Octal 302 216 264 0 33 7 30 474 36 102
Binary 11000010 10001110 10110100 0 11011 111 11000 100111100 11110 1000010

Color Harmonies of #C28EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EB4

Black with #C28EB4

Text Example


Text Example

White with #C28EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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