Html Css Color HEX #C387AF Lily

📋 copy color: '#C387AF'

red 195 ◦ green 135 ◦ blue 175

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

Shades of Lily #C387AF

Tints of Lily #C387AF

RGB

 RED value IS 195 (76.56% from 255) = 38.61%

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

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

R = 38.61%
G = 26.73%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C387AF (or 0xC387AF) is known color: Lily. HEX triplet: C3, 87 and AF. RGB value is (195,135,175). Sum of RGB (Red+Green+Blue) = 195+135+175=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C387AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C387AF is #3C7850. Grayscale: #9D9D9D. Windows color (decimal): -3962961 or 11503555. OLE color: 11503555.

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

Color convert

RGB 195 135 175 -
CMYK 0 0.31 0.10 0.24
HSL 320º 0.33% 0.65% -
HSV(B) 320º 0.31% 0.76% -
XYZ 38.91 32.03 44.69 -
YUV 157.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 195 135 175 0 0.31 0.10 0.24 320 0.33 0.65
Hex C3 87 AF 0 1F A 18 140 21 41
Octal 303 207 257 0 37 12 30 500 41 101
Binary 11000011 10000111 10101111 0 11111 1010 11000 101000000 100001 1000001

Color Harmonies of #C387AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C387AF

Black with #C387AF

Text Example


Text Example

White with #C387AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C387AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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