Html Css Color HEX #C686B2 Lily

📋 copy color: '#C686B2'

red 198 ◦ green 134 ◦ blue 178

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

Shades of Lily #C686B2

Tints of Lily #C686B2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.27%

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 38.82%
G = 26.27%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C686B2 (or 0xC686B2) is known color: Lily. HEX triplet: C6, 86 and B2. RGB value is (198,134,178). Sum of RGB (Red+Green+Blue) = 198+134+178=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C686B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C686B2 is #39794D. Grayscale: #9E9E9E. Windows color (decimal): -3766606 or 11699910. OLE color: 11699910.

HSL color Cylindrical-coordinate representation of color #C686B2: hue angle of 318.75º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C686B2 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 178 -
CMYK 0 0.32 0.10 0.22
HSL 318.75º 0.36% 0.65% -
HSV(B) 318.75º 0.32% 0.78% -
XYZ 39.85 32.27 46.25 -
YUV 158.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 198 134 178 0 0.32 0.10 0.22 318.75 0.36 0.65
Hex C6 86 B2 0 20 A 16 13F 24 41
Octal 306 206 262 0 40 12 26 477 44 101
Binary 11000110 10000110 10110010 0 100000 1010 10110 100111111 100100 1000001

Color Harmonies of #C686B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686B2

Black with #C686B2

Text Example


Text Example

White with #C686B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686B2; }

 p { color: rgb(198,134,178); }

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

background-color css

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

 a { background-color: rgb(198,134,178); }

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

border-color css

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

 span { border-color: rgb(198,134,178); }

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