Html Css Color HEX #C684B6 Lily

📋 copy color: '#C684B6'

red 198 ◦ green 132 ◦ blue 182

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

Shades of Lily #C684B6

Tints of Lily #C684B6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.78%

 BLUE value IS 182 (71.48% from 255) = 35.55%

R = 38.67%
G = 25.78%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C684B6 (or 0xC684B6) is known color: Lily. HEX triplet: C6, 84 and B6. RGB value is (198,132,182). Sum of RGB (Red+Green+Blue) = 198+132+182=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C684B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684B6 is #397B49. Grayscale: #9D9D9D. Windows color (decimal): -3767114 or 11961542. OLE color: 11961542.

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

Color convert

RGB 198 132 182 -
CMYK 0 0.33 0.08 0.22
HSL 314.55º 0.37% 0.65% -
HSV(B) 314.55º 0.33% 0.78% -
XYZ 39.98 31.89 48.3 -
YUV 157.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 198 132 182 0 0.33 0.08 0.22 314.55 0.37 0.65
Hex C6 84 B6 0 21 8 16 13B 25 41
Octal 306 204 266 0 41 10 26 473 45 101
Binary 11000110 10000100 10110110 0 100001 1000 10110 100111011 100101 1000001

Color Harmonies of #C684B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684B6

Black with #C684B6

Text Example


Text Example

White with #C684B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684B6; }

 p { color: rgb(198,132,182); }

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

background-color css

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

 a { background-color: rgb(198,132,182); }

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

border-color css

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

 span { border-color: rgb(198,132,182); }

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