Html Css Color HEX #C287AF Lily

📋 copy color: '#C287AF'

red 194 ◦ green 135 ◦ blue 175

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

Shades of Lily #C287AF

Tints of Lily #C287AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.79%

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

R = 38.49%
G = 26.79%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C287AF (or 0xC287AF) is known color: Lily. HEX triplet: C2, 87 and AF. RGB value is (194,135,175). Sum of RGB (Red+Green+Blue) = 194+135+175=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C287AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C287AF is #3D7850. Grayscale: #9D9D9D. Windows color (decimal): -4028497 or 11503554. OLE color: 11503554.

HSL color Cylindrical-coordinate representation of color #C287AF: hue angle of 319.32º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287AF is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 135 175 -
CMYK 0 0.30 0.10 0.24
HSL 319.32º 0.33% 0.65% -
HSV(B) 319.32º 0.3% 0.76% -
XYZ 38.65 31.89 44.68 -
YUV 157.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 194 135 175 0 0.30 0.10 0.24 319.32 0.33 0.65
Hex C2 87 AF 0 1E A 18 13F 21 41
Octal 302 207 257 0 36 12 30 477 41 101
Binary 11000010 10000111 10101111 0 11110 1010 11000 100111111 100001 1000001

Color Harmonies of #C287AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C287AF

Black with #C287AF

Text Example


Text Example

White with #C287AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C287AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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