Html Css Color HEX #C686B3 Lily

📋 copy color: '#C686B3'

red 198 ◦ green 134 ◦ blue 179

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

Shades of Lily #C686B3

Tints of Lily #C686B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.03%

R = 38.75%
G = 26.22%
B = 35.03%

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

#C686B3 (or 0xC686B3) is known color: Lily. HEX triplet: C6, 86 and B3. RGB value is (198,134,179). Sum of RGB (Red+Green+Blue) = 198+134+179=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C686B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686B3 is #39794C. Grayscale: #9E9E9E. Windows color (decimal): -3766605 or 11765446. OLE color: 11765446.

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

Color convert

RGB 198 134 179 -
CMYK 0 0.32 0.10 0.22
HSL 317.81º 0.36% 0.65% -
HSV(B) 317.81º 0.32% 0.78% -
XYZ 39.95 32.31 46.78 -
YUV 158.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 198 134 179 0 0.32 0.10 0.22 317.81 0.36 0.65
Hex C6 86 B3 0 20 A 16 13E 24 41
Octal 306 206 263 0 40 12 26 476 44 101
Binary 11000110 10000110 10110011 0 100000 1010 10110 100111110 100100 1000001

Color Harmonies of #C686B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686B3

Black with #C686B3

Text Example


Text Example

White with #C686B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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