Html Css Color HEX #C284A8 Lily

📋 copy color: '#C284A8'

red 194 ◦ green 132 ◦ blue 168

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

Shades of Lily #C284A8

Tints of Lily #C284A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.01%

R = 39.27%
G = 26.72%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C284A8 (or 0xC284A8) is known color: Lily. HEX triplet: C2, 84 and A8. RGB value is (194,132,168). Sum of RGB (Red+Green+Blue) = 194+132+168=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C284A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C284A8 is #3D7B57. Grayscale: #9A9A9A. Windows color (decimal): -4029272 or 11044034. OLE color: 11044034.

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

Color convert

RGB 194 132 168 -
CMYK 0 0.32 0.13 0.24
HSL 325.16º 0.34% 0.64% -
HSV(B) 325.16º 0.32% 0.76% -
XYZ 37.57 30.8 41.01 -
YUV 154.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 194 132 168 0 0.32 0.13 0.24 325.16 0.34 0.64
Hex C2 84 A8 0 20 D 18 145 22 40
Octal 302 204 250 0 40 15 30 505 42 100
Binary 11000010 10000100 10101000 0 100000 1101 11000 101000101 100010 1000000

Color Harmonies of #C284A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C284A8

Black with #C284A8

Text Example


Text Example

White with #C284A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C284A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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