Html Css Color HEX #C28FB6 Lily

📋 copy color: '#C28FB6'

red 194 ◦ green 143 ◦ blue 182

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

Shades of Lily #C28FB6

Tints of Lily #C28FB6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.55%

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

R = 37.38%
G = 27.55%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C28FB6 (or 0xC28FB6) is known color: Lily. HEX triplet: C2, 8F and B6. RGB value is (194,143,182). Sum of RGB (Red+Green+Blue) = 194+143+182=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FB6 is #3D7049. Grayscale: #A2A2A2. Windows color (decimal): -4026442 or 11964354. OLE color: 11964354.

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

Color convert

RGB 194 143 182 -
CMYK 0 0.26 0.06 0.24
HSL 314.12º 0.29% 0.66% -
HSV(B) 314.12º 0.26% 0.76% -
XYZ 40.51 34.49 48.78 -
YUV 162.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 194 143 182 0 0.26 0.06 0.24 314.12 0.29 0.66
Hex C2 8F B6 0 1A 6 18 13A 1D 42
Octal 302 217 266 0 32 6 30 472 35 102
Binary 11000010 10001111 10110110 0 11010 110 11000 100111010 11101 1000010

Color Harmonies of #C28FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FB6

Black with #C28FB6

Text Example


Text Example

White with #C28FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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