Html Css Color HEX #C28FB3 Lily

📋 copy color: '#C28FB3'

red 194 ◦ green 143 ◦ blue 179

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

Shades of Lily #C28FB3

Tints of Lily #C28FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.69%

R = 37.6%
G = 27.71%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C28FB3 (or 0xC28FB3) is known color: Lily. HEX triplet: C2, 8F and B3. RGB value is (194,143,179). Sum of RGB (Red+Green+Blue) = 194+143+179=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FB3 is #3D704C. Grayscale: #A2A2A2. Windows color (decimal): -4026445 or 11767746. OLE color: 11767746.

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

Color convert

RGB 194 143 179 -
CMYK 0 0.26 0.08 0.24
HSL 317.65º 0.29% 0.66% -
HSV(B) 317.65º 0.26% 0.76% -
XYZ 40.21 34.37 47.16 -
YUV 162.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 194 143 179 0 0.26 0.08 0.24 317.65 0.29 0.66
Hex C2 8F B3 0 1A 8 18 13E 1D 42
Octal 302 217 263 0 32 10 30 476 35 102
Binary 11000010 10001111 10110011 0 11010 1000 11000 100111110 11101 1000010

Color Harmonies of #C28FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FB3

Black with #C28FB3

Text Example


Text Example

White with #C28FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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