Html Css Color HEX #C28FAF Lily

📋 copy color: '#C28FAF'

red 194 ◦ green 143 ◦ blue 175

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

Shades of Lily #C28FAF

Tints of Lily #C28FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 37.89%
G = 27.93%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C28FAF (or 0xC28FAF) is known color: Lily. HEX triplet: C2, 8F and AF. RGB value is (194,143,175). Sum of RGB (Red+Green+Blue) = 194+143+175=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FAF is #3D7050. Grayscale: #A1A1A1. Windows color (decimal): -4026449 or 11505602. OLE color: 11505602.

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

Color convert

RGB 194 143 175 -
CMYK 0 0.26 0.10 0.24
HSL 322.35º 0.29% 0.66% -
HSV(B) 322.35º 0.26% 0.76% -
XYZ 39.81 34.21 45.06 -
YUV 161.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 194 143 175 0 0.26 0.10 0.24 322.35 0.29 0.66
Hex C2 8F AF 0 1A A 18 142 1D 42
Octal 302 217 257 0 32 12 30 502 35 102
Binary 11000010 10001111 10101111 0 11010 1010 11000 101000010 11101 1000010

Color Harmonies of #C28FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FAF

Black with #C28FAF

Text Example


Text Example

White with #C28FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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