Html Css Color HEX #C28EB5 Lily

📋 copy color: '#C28EB5'

red 194 ◦ green 142 ◦ blue 181

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

Shades of Lily #C28EB5

Tints of Lily #C28EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.01%

R = 37.52%
G = 27.47%
B = 35.01%

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

#C28EB5 (or 0xC28EB5) is known color: Lily. HEX triplet: C2, 8E and B5. RGB value is (194,142,181). Sum of RGB (Red+Green+Blue) = 194+142+181=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EB5 is #3D714A. Grayscale: #A1A1A1. Windows color (decimal): -4026699 or 11898562. OLE color: 11898562.

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

Color convert

RGB 194 142 181 -
CMYK 0 0.27 0.07 0.24
HSL 315º 0.3% 0.66% -
HSV(B) 315º 0.27% 0.76% -
XYZ 40.26 34.15 48.19 -
YUV 161.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 194 142 181 0 0.27 0.07 0.24 315 0.3 0.66
Hex C2 8E B5 0 1B 7 18 13B 1E 42
Octal 302 216 265 0 33 7 30 473 36 102
Binary 11000010 10001110 10110101 0 11011 111 11000 100111011 11110 1000010

Color Harmonies of #C28EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EB5

Black with #C28EB5

Text Example


Text Example

White with #C28EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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