Html Css Color HEX #C284AD Lily

📋 copy color: '#C284AD'

red 194 ◦ green 132 ◦ blue 173

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

Shades of Lily #C284AD

Tints of Lily #C284AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.45%

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 38.88%
G = 26.45%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C284AD (or 0xC284AD) is known color: Lily. HEX triplet: C2, 84 and AD. RGB value is (194,132,173). Sum of RGB (Red+Green+Blue) = 194+132+173=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C284AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C284AD is #3D7B52. Grayscale: #9B9B9B. Windows color (decimal): -4029267 or 11371714. OLE color: 11371714.

HSL color Cylindrical-coordinate representation of color #C284AD: hue angle of 320.32º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C284AD is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 132 173 -
CMYK 0 0.32 0.11 0.24
HSL 320.32º 0.34% 0.64% -
HSV(B) 320.32º 0.32% 0.76% -
XYZ 38.04 30.99 43.51 -
YUV 155.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 194 132 173 0 0.32 0.11 0.24 320.32 0.34 0.64
Hex C2 84 AD 0 20 B 18 140 22 40
Octal 302 204 255 0 40 13 30 500 42 100
Binary 11000010 10000100 10101101 0 100000 1011 11000 101000000 100010 1000000

Color Harmonies of #C284AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C284AD

Black with #C284AD

Text Example


Text Example

White with #C284AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C284AD; }

 p { color: rgb(194,132,173); }

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

background-color css

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

 a { background-color: rgb(194,132,173); }

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

border-color css

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

 span { border-color: rgb(194,132,173); }

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