Html Css Color HEX #C28FB4 Lily

📋 copy color: '#C28FB4'

red 194 ◦ green 143 ◦ blue 180

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

Shades of Lily #C28FB4

Tints of Lily #C28FB4

RGB

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

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

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

R = 37.52%
G = 27.66%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C28FB4 (or 0xC28FB4) is known color: Lily. HEX triplet: C2, 8F and B4. RGB value is (194,143,180). Sum of RGB (Red+Green+Blue) = 194+143+180=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FB4 is #3D704B. Grayscale: #A2A2A2. Windows color (decimal): -4026444 or 11833282. OLE color: 11833282.

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

Color convert

RGB 194 143 180 -
CMYK 0 0.26 0.07 0.24
HSL 316.47º 0.29% 0.66% -
HSV(B) 316.47º 0.26% 0.76% -
XYZ 40.31 34.41 47.7 -
YUV 162.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 194 143 180 0 0.26 0.07 0.24 316.47 0.29 0.66
Hex C2 8F B4 0 1A 7 18 13C 1D 42
Octal 302 217 264 0 32 7 30 474 35 102
Binary 11000010 10001111 10110100 0 11010 111 11000 100111100 11101 1000010

Color Harmonies of #C28FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FB4

Black with #C28FB4

Text Example


Text Example

White with #C28FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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