Html Css Color HEX #C680AF Lily

📋 copy color: '#C680AF'

red 198 ◦ green 128 ◦ blue 175

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

Shades of Lily #C680AF

Tints of Lily #C680AF

RGB

 RED value IS 198 (77.73% from 255) = 39.52%

 GREEN value IS 128 (50.39% from 255) = 25.55%

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

R = 39.52%
G = 25.55%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C680AF (or 0xC680AF) is known color: Lily. HEX triplet: C6, 80 and AF. RGB value is (198,128,175). Sum of RGB (Red+Green+Blue) = 198+128+175=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C680AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C680AF is #397F50. Grayscale: #9A9A9A. Windows color (decimal): -3768145 or 11501766. OLE color: 11501766.

HSL color Cylindrical-coordinate representation of color #C680AF: hue angle of 319.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C680AF is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 175 -
CMYK 0 0.35 0.12 0.22
HSL 319.71º 0.38% 0.64% -
HSV(B) 319.71º 0.35% 0.78% -
XYZ 38.75 30.54 44.41 -
YUV 154.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 198 128 175 0 0.35 0.12 0.22 319.71 0.38 0.64
Hex C6 80 AF 0 23 C 16 140 26 40
Octal 306 200 257 0 43 14 26 500 46 100
Binary 11000110 10000000 10101111 0 100011 1100 10110 101000000 100110 1000000

Color Harmonies of #C680AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680AF

Black with #C680AF

Text Example


Text Example

White with #C680AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680AF; }

 p { color: rgb(198,128,175); }

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

background-color css

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

 a { background-color: rgb(198,128,175); }

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

border-color css

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

 span { border-color: rgb(198,128,175); }

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