Html Css Color HEX #C28EB6 Lily

📋 copy color: '#C28EB6'

red 194 ◦ green 142 ◦ blue 182

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

Shades of Lily #C28EB6

Tints of Lily #C28EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 37.45%
G = 27.41%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C28EB6 (or 0xC28EB6) is known color: Lily. HEX triplet: C2, 8E and B6. RGB value is (194,142,182). Sum of RGB (Red+Green+Blue) = 194+142+182=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EB6 is #3D7149. Grayscale: #A2A2A2. Windows color (decimal): -4026698 or 11964098. OLE color: 11964098.

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

Color convert

RGB 194 142 182 -
CMYK 0 0.27 0.06 0.24
HSL 313.85º 0.3% 0.66% -
HSV(B) 313.85º 0.27% 0.76% -
XYZ 40.36 34.19 48.73 -
YUV 162.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 194 142 182 0 0.27 0.06 0.24 313.85 0.3 0.66
Hex C2 8E B6 0 1B 6 18 13A 1E 42
Octal 302 216 266 0 33 6 30 472 36 102
Binary 11000010 10001110 10110110 0 11011 110 11000 100111010 11110 1000010

Color Harmonies of #C28EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EB6

Black with #C28EB6

Text Example


Text Example

White with #C28EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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