Html Css Color HEX #C284AF Lily

📋 copy color: '#C284AF'

red 194 ◦ green 132 ◦ blue 175

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

Shades of Lily #C284AF

Tints of Lily #C284AF

RGB

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

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

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

R = 38.72%
G = 26.35%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C284AF (or 0xC284AF) is known color: Lily. HEX triplet: C2, 84 and AF. RGB value is (194,132,175). Sum of RGB (Red+Green+Blue) = 194+132+175=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C284AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C284AF is #3D7B50. Grayscale: #9B9B9B. Windows color (decimal): -4029265 or 11502786. OLE color: 11502786.

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

Color convert

RGB 194 132 175 -
CMYK 0 0.32 0.10 0.24
HSL 318.39º 0.34% 0.64% -
HSV(B) 318.39º 0.32% 0.76% -
XYZ 38.24 31.07 44.54 -
YUV 155.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 194 132 175 0 0.32 0.10 0.24 318.39 0.34 0.64
Hex C2 84 AF 0 20 A 18 13E 22 40
Octal 302 204 257 0 40 12 30 476 42 100
Binary 11000010 10000100 10101111 0 100000 1010 11000 100111110 100010 1000000

Color Harmonies of #C284AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C284AF

Black with #C284AF

Text Example


Text Example

White with #C284AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C284AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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