Html Css Color HEX #C685BF Lilac

📋 copy color: '#C685BF'

red 198 ◦ green 133 ◦ blue 191

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

Shades of Lilac #C685BF

Tints of Lilac #C685BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.48%

 BLUE value IS 191 (75% from 255) = 36.59%

R = 37.93%
G = 25.48%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C685BF (or 0xC685BF) is known color: Lilac. HEX triplet: C6, 85 and BF. RGB value is (198,133,191). Sum of RGB (Red+Green+Blue) = 198+133+191=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C685BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685BF is #397A40. Grayscale: #9E9E9E. Windows color (decimal): -3766849 or 12551622. OLE color: 12551622.

HSL color Cylindrical-coordinate representation of color #C685BF: hue angle of 306.46º degrees, saturation: 0.36, 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 #C685BF is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 133 191 -
CMYK 0 0.33 0.04 0.22
HSL 306.46º 0.36% 0.65% -
HSV(B) 306.46º 0.33% 0.78% -
XYZ 41.08 32.54 53.41 -
YUV 159.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 198 133 191 0 0.33 0.04 0.22 306.46 0.36 0.65
Hex C6 85 BF 0 21 4 16 132 24 41
Octal 306 205 277 0 41 4 26 462 44 101
Binary 11000110 10000101 10111111 0 100001 100 10110 100110010 100100 1000001

Color Harmonies of #C685BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685BF

Black with #C685BF

Text Example


Text Example

White with #C685BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685BF; }

 p { color: rgb(198,133,191); }

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

background-color css

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

 a { background-color: rgb(198,133,191); }

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

border-color css

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

 span { border-color: rgb(198,133,191); }

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