Html Css Color HEX #C686B5 Lily

📋 copy color: '#C686B5'

red 198 ◦ green 134 ◦ blue 181

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

Shades of Lily #C686B5

Tints of Lily #C686B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.28%

R = 38.6%
G = 26.12%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C686B5 (or 0xC686B5) is known color: Lily. HEX triplet: C6, 86 and B5. RGB value is (198,134,181). Sum of RGB (Red+Green+Blue) = 198+134+181=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C686B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686B5 is #39794A. Grayscale: #9E9E9E. Windows color (decimal): -3766603 or 11896518. OLE color: 11896518.

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

Color convert

RGB 198 134 181 -
CMYK 0 0.32 0.09 0.22
HSL 315.94º 0.36% 0.65% -
HSV(B) 315.94º 0.32% 0.78% -
XYZ 40.15 32.39 47.85 -
YUV 158.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 198 134 181 0 0.32 0.09 0.22 315.94 0.36 0.65
Hex C6 86 B5 0 20 9 16 13C 24 41
Octal 306 206 265 0 40 11 26 474 44 101
Binary 11000110 10000110 10110101 0 100000 1001 10110 100111100 100100 1000001

Color Harmonies of #C686B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686B5

Black with #C686B5

Text Example


Text Example

White with #C686B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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