Html Css Color HEX #C680B1 Lily

📋 copy color: '#C680B1'

red 198 ◦ green 128 ◦ blue 177

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

Shades of Lily #C680B1

Tints of Lily #C680B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 39.36%
G = 25.45%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C680B1 (or 0xC680B1) is known color: Lily. HEX triplet: C6, 80 and B1. RGB value is (198,128,177). Sum of RGB (Red+Green+Blue) = 198+128+177=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C680B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C680B1 is #397F4E. Grayscale: #9A9A9A. Windows color (decimal): -3768143 or 11632838. OLE color: 11632838.

HSL color Cylindrical-coordinate representation of color #C680B1: hue angle of 318º 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 #C680B1 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 177 -
CMYK 0 0.35 0.11 0.22
HSL 318º 0.38% 0.64% -
HSV(B) 318º 0.35% 0.78% -
XYZ 38.94 30.62 45.45 -
YUV 154.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 198 128 177 0 0.35 0.11 0.22 318 0.38 0.64
Hex C6 80 B1 0 23 B 16 13E 26 40
Octal 306 200 261 0 43 13 26 476 46 100
Binary 11000110 10000000 10110001 0 100011 1011 10110 100111110 100110 1000000

Color Harmonies of #C680B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680B1

Black with #C680B1

Text Example


Text Example

White with #C680B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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